1
Fork 0

im sowwy ;_;

This commit is contained in:
Ashley 2022-12-18 15:02:03 +00:00
parent 4763dd18d8
commit d2291d7678

View file

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