mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
[misc] fix express deprecations
Co-Authored-By: Jakob Ackermann <jakob.ackermann@overleaf.com>
This commit is contained in:
committed by
Jakob Ackermann
parent
eb909a4a21
commit
686f0f0102
@@ -161,7 +161,7 @@ module.exports = MessageHttpController = {
|
||||
if (error != null) {
|
||||
return next(error)
|
||||
}
|
||||
return res.status(204).send()
|
||||
return res.sendStatus(204)
|
||||
})
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user