clear log

This commit is contained in:
xion 2025-03-21 20:45:42 +08:00
parent 8053a3db64
commit 099a823809

View File

@ -41,7 +41,6 @@ app
ctx.throw(400, 'sign error'); ctx.throw(400, 'sign error');
} }
const user = await User.findByPk(tokenUser.id); const user = await User.findByPk(tokenUser.id);
console.log('tokenUser', tokenUser);
if (!user) { if (!user) {
ctx.throw(400, 'user not found'); ctx.throw(400, 'user not found');
} }