Add event versioning capabilities
Jenkins Production Deployment

This commit is contained in:
2023-05-15 20:28:42 +02:00
parent 5e84eaea70
commit 76e6bbdbbf
2 changed files with 44 additions and 11 deletions
+1 -1
View File
@@ -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'