Actually that didn't do anything.

main
Zed A. Shaw 7 days ago
parent 7125bc2d2a
commit b47d679d69
  1. 4
      static/js/code.js

@ -37,10 +37,6 @@ class GetJson {
this.url = url;
}
get item() {
return this.item;
}
async item() {
const resp = await fetch(`${this.url}`);
console.assert(resp.status == 200, "failed to get it");

Loading…
Cancel
Save