try save json

This commit is contained in:
ed barz 2022-05-15 00:27:09 +02:00
parent 61a1fbe6a0
commit ad25c23290
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) => {
console.log('Output: ', output);
let jdb = output);
}).catch(err => console.error(err));