Skip to content

Commit 16e7eb1

Browse files
author
lucifer
committed
utf-8
1 parent b555539 commit 16e7eb1

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
@@ -34,7 +34,7 @@ function decrypt(content) {
3434
decipher.final(),
3535
]);
3636

37-
return decrpyted.toString();
37+
return decrpyted.toString("utf-8");
3838
}
3939

4040
router.get("/api/v1/user", async (ctx) => {

0 commit comments

Comments
 (0)