Skip to content

Commit 91014b5

Browse files
author
lucifer
committed
log
1 parent 0636e6f commit 91014b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routes/users.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ router.get("/api/v1/user", async (ctx) => {
4444
const duserStr = decrypt(token);
4545
if (duserStr) {
4646
const duser = JSON.parse(duserStr);
47-
console.log(duser);
47+
console.log(duserStr);
4848
if (db.find((q) => q.login === duser.login)) {
4949
ctx.body = duser;
5050
return;

0 commit comments

Comments
 (0)