mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
updated express.send to express.sendStatus
This commit is contained in:
parent
2f3d664db0
commit
682fd526c0
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ module.exports = {
|
|||
notifications
|
||||
) {
|
||||
if (err != null) {
|
||||
return res.send(500)
|
||||
return res.sendStatus(500)
|
||||
} else {
|
||||
return res.send()
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue