mirror of
https://github.com/polaroi8d/cactoide.git
synced 2026-03-22 06:05:28 +00:00
feat: invite only events
This commit is contained in:
@@ -45,7 +45,8 @@ export const load: PageServerLoad = async ({ params, cookies }) => {
|
||||
|
||||
return {
|
||||
event: event[0],
|
||||
inviteToken
|
||||
inviteToken,
|
||||
userId
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user