We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01873b8 commit 146bb54Copy full SHA for 146bb54
1 file changed
apps/backend/src/routes/event.ts
@@ -130,6 +130,7 @@ export async function eventRoutes(
130
id: details.id,
131
name: details.name,
132
slug: details.slug,
133
+ organizerId: details.organizerId,
134
description: details.description,
135
location: details.location,
136
organizerUsername: details.organizer.username,
0 commit comments