minor
This commit is contained in:
parent
ddd5e05ed4
commit
4cdc782bad
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ oauth.use((req, res) => res.sendStatus(404))
|
|||
|
||||
oauth.use((err, req, res, next) => {
|
||||
const error_msg = err.toString()
|
||||
log.error('[OAUTH USE]' + error_msg)
|
||||
log.error('[OAUTH USE] ' + error_msg)
|
||||
res.status(500).send(error_msg)
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in a new issue