Skip to content

Commit

Permalink
Update link.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-tey committed Jul 16, 2024
1 parent c8cc99b commit 5a8ee59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/lib/middleware/link.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ export default async function LinkMiddleware(
req,
linkId,
clickId,
url,
...(url && { url: getFinalUrl(url, { req }) }),
}),
);
}
Expand Down

0 comments on commit 5a8ee59

Please sign in to comment.