This commit is contained in:
ed barz 2022-05-15 00:27:47 +02:00
parent ad25c23290
commit 3852122e55
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -57,7 +57,7 @@ let db2 = getJson(jsonurl)
fetch(jsonurl)
.then(result => result.json())
.then((output) => {
let jdb = output);
let jdb = output;
}).catch(err => console.error(err));