1
Fork 0

im sowwy ;_;

This commit is contained in:
Ashley 2022-12-18 15:02:03 +00:00
parent c66863e69a
commit 328ea235f1

View file

@ -22,7 +22,7 @@ const sha384 = modules.hash;
function getJson(str) {
try {
return getJson(str);
return JSON.parse(str);
} catch {
return null;
}