Finished first pass of event creation system

This commit is contained in:
2025-11-27 13:15:41 -05:00
parent e14ad7ad44
commit 941004f913
2 changed files with 2 additions and 2 deletions

View File

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