From 9bb8ed152914edaaf6a6b5477f1777b4024002c8 Mon Sep 17 00:00:00 2001 From: alma Date: Mon, 5 May 2025 13:26:34 +0200 Subject: [PATCH] build fix --- app/api/calendar/route.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/app/api/calendar/route.ts b/app/api/calendar/route.ts index 2d79d6e1..c8cfa893 100644 --- a/app/api/calendar/route.ts +++ b/app/api/calendar/route.ts @@ -90,6 +90,7 @@ export async function POST(req: Request) { isAllDay: data.allDay || false, location: location || null, calendarId, + userId: session.user.id, }, });