mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-03-24 17:41:27 -04:00
Add comments
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user