minor
This commit is contained in:
parent
3a8576a280
commit
fa1a5192cb
1 changed files with 2 additions and 2 deletions
|
@ -80,9 +80,9 @@ const eventController = {
|
|||
// insert notification
|
||||
const notifications = await eventController.getNotifications(event)
|
||||
await event.setNotifications(notifications)
|
||||
res.send(200)
|
||||
res.sendStatus(200)
|
||||
} catch (e) {
|
||||
res.send(404)
|
||||
res.sendStatus(404)
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue