We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b555539 commit 16e7eb1Copy full SHA for 16e7eb1
routes/users.js
@@ -34,7 +34,7 @@ function decrypt(content) {
34
decipher.final(),
35
]);
36
37
- return decrpyted.toString();
+ return decrpyted.toString("utf-8");
38
}
39
40
router.get("/api/v1/user", async (ctx) => {
0 commit comments