mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 05:41:33 +02:00
updated express.send to express.sendStatus
This commit is contained in:
@@ -38,7 +38,7 @@ module.exports = {
|
||||
notifications
|
||||
) {
|
||||
if (err != null) {
|
||||
return res.send(500)
|
||||
return res.sendStatus(500)
|
||||
} else {
|
||||
return res.send()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user