We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dabff6b commit 41ff02aCopy full SHA for 41ff02a
src/services/inviteService.ts
@@ -46,7 +46,7 @@ export const generateGroupInviteLink = async (eventId: string, groupId: string)
46
}
47
48
// Updated link format with both eventId and groupId
49
- const inviteLink = `{'https://ootsav.in/'}/invite/${eventId}/${groupId}`;
+ const inviteLink = `https://ootsav.in/invite/${eventId}/${groupId}`;
50
51
return {
52
success: true,
0 commit comments