Skip to content

Commit 36f4e6c

Browse files
remove unnecessary url (#614)
1 parent bfd81fb commit 36f4e6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/platform/trpc/routers/orgRouter/users/invitesRouter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ export const invitesRouter = router({
199199
expiryDate: new Date(
200200
Date.now() + 7 * 24 * 60 * 60 * 1000
201201
).toDateString(),
202-
inviteUrl: `https://${env.WEBAPP_URL}/join/invite/${newInviteToken}`
202+
inviteUrl: `${env.WEBAPP_URL}/join/invite/${newInviteToken}`
203203
});
204204

205205
if (!res) {

0 commit comments

Comments
 (0)