delete useless userIdentify
This commit is contained in:
parent
16c08d86f2
commit
61b8d584af
@ -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…
Reference in New Issue
Block a user