build fix
This commit is contained in:
parent
9bb8ed1529
commit
2af769b314
@ -156,6 +156,7 @@ export async function POST(req: NextRequest, props: { params: Promise<{ id: stri
|
|||||||
location,
|
location,
|
||||||
isAllDay: isAllDay || false,
|
isAllDay: isAllDay || false,
|
||||||
calendarId: params.id,
|
calendarId: params.id,
|
||||||
|
userId: session.user.username,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user