Skip to content

Commit

Permalink
missed a spot
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-tey committed Feb 3, 2025
1 parent 0c9f4b8 commit c9192a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/web/app/api/partners/links/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ export const POST = withWorkspace(
domain: program.domain,
key: key || undefined,
url,
programId,
tenantId,
partnerId,
programId: program.id,
tenantId: partner.tenantId,
partnerId: partner.partnerId,
trackConversion: true,
},
workspace,
Expand Down

0 comments on commit c9192a5

Please sign in to comment.