delete useless userIdentify
This commit is contained in:
parent
16c08d86f2
commit
61b8d584af
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue