Move to eslint
This commit is contained in:
parent
a22046d166
commit
a15871560f
390 changed files with 3950 additions and 3615 deletions
|
@ -51,6 +51,7 @@ function authenticateSocket (socket: Socket, next: (err?: any) => void) {
|
|||
|
||||
return next()
|
||||
})
|
||||
.catch(err => logger.error('Cannot get access token.', { err }))
|
||||
}
|
||||
|
||||
function authenticatePromiseIfNeeded (req: express.Request, res: express.Response, authenticateInQuery = false) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue