build fix
This commit is contained in:
parent
67fe023cbc
commit
9bb8ed1529
@ -90,6 +90,7 @@ export async function POST(req: Request) {
|
|||||||
isAllDay: data.allDay || false,
|
isAllDay: data.allDay || false,
|
||||||
location: location || null,
|
location: location || null,
|
||||||
calendarId,
|
calendarId,
|
||||||
|
userId: session.user.id,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user