Skip to content

Commit 146bb54

Browse files
committed
fix(event): Added organiserId in response
1 parent 01873b8 commit 146bb54

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/backend/src/routes/event.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ export async function eventRoutes(
130130
id: details.id,
131131
name: details.name,
132132
slug: details.slug,
133+
organizerId: details.organizerId,
133134
description: details.description,
134135
location: details.location,
135136
organizerUsername: details.organizer.username,

0 commit comments

Comments
 (0)