delete useless userIdentify

This commit is contained in:
Gregoire Parant 2021-11-15 14:34:23 +01:00
parent 16c08d86f2
commit 61b8d584af
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ export class AuthenticateController extends BaseController {
res.onAborted(() => {
console.warn("/message request was aborted");
});
const { userIdentify, token } = parse(req.getQuery());
const { token } = parse(req.getQuery());
try {
//verify connected by token
if (token != undefined) {