fix typo
This commit is contained in:
parent
ad25c23290
commit
3852122e55
Binary file not shown.
|
@ -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));
|
||||
|
||||
|
|
Loading…
Reference in New Issue