Skip to content

Commit 41ff02a

Browse files
committed
fix: type in url
1 parent dabff6b commit 41ff02a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/inviteService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export const generateGroupInviteLink = async (eventId: string, groupId: string)
4646
}
4747

4848
// Updated link format with both eventId and groupId
49-
const inviteLink = `{'https://ootsav.in/'}/invite/${eventId}/${groupId}`;
49+
const inviteLink = `https://ootsav.in/invite/${eventId}/${groupId}`;
5050

5151
return {
5252
success: true,

0 commit comments

Comments
 (0)