@@ -276,7 +276,7 @@ eventsRouter.delete('/:eventId', async (req: Request, res: Response) => {
|
||||
createdDate: new Date(),
|
||||
location: '',
|
||||
createdBy: '',
|
||||
createdById: -1,
|
||||
createdById: user.userId ?? -1,
|
||||
url: '',
|
||||
wholeDay: false,
|
||||
status: 'DELETED'
|
||||
|
||||
Reference in New Issue
Block a user