Finished first pass of event creation system
This commit is contained in:
@@ -26,7 +26,6 @@ export async function updateEvent(eventObject: CalendarEvent) {
|
||||
if (!eventObject.id) {
|
||||
throw new Error("updateEvent: Missing event ID.");
|
||||
}
|
||||
|
||||
const sql = `
|
||||
UPDATE calendar_events
|
||||
SET
|
||||
|
||||
Reference in New Issue
Block a user