minor
This commit is contained in:
@@ -80,9 +80,9 @@ const eventController = {
|
|||||||
// insert notification
|
// insert notification
|
||||||
const notifications = await eventController.getNotifications(event)
|
const notifications = await eventController.getNotifications(event)
|
||||||
await event.setNotifications(notifications)
|
await event.setNotifications(notifications)
|
||||||
res.send(200)
|
res.sendStatus(200)
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
res.send(404)
|
res.sendStatus(404)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user