diff --git a/backend/api/src/create-event.ts b/backend/api/src/create-event.ts index 0fd6f87b..b44c3f7b 100644 --- a/backend/api/src/create-event.ts +++ b/backend/api/src/create-event.ts @@ -40,7 +40,7 @@ export const createEvent: APIHandler<'create-event'> = async (body, auth) => { event_start_time: body.eventStartTime, event_end_time: body.eventEndTime, max_participants: body.maxParticipants, - }), + }), // consider using convertObjectToSQLRow() to convert snake case to camel case ) if (error) {