clear log
This commit is contained in:
@@ -41,7 +41,6 @@ app
|
||||
ctx.throw(400, 'sign error');
|
||||
}
|
||||
const user = await User.findByPk(tokenUser.id);
|
||||
console.log('tokenUser', tokenUser);
|
||||
if (!user) {
|
||||
ctx.throw(400, 'user not found');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user