Add comments

This commit is contained in:
MartinBraquet
2026-03-11 12:12:36 +01:00
parent 3503110c64
commit a88ba2dd3c

View File

@@ -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) {