This commit is contained in:
dcore94 2022-04-12 19:59:49 +02:00
parent 588115ff0c
commit 384664bf92
1 changed files with 1 additions and 1 deletions

View File

@ -270,7 +270,7 @@ window.customElements.define('d4s-storage-folder', class extends D4SStorageHtmlE
} }
list(folderId) { list(folderId) {
this.secureFetch(this.buildListUrl(folderId)).then(reply=>{ this.#boot.secureFetch(this.buildListUrl(folderId)).then(reply=>{
if(reply.status !== 200) throw "Unable to build list url"; if(reply.status !== 200) throw "Unable to build list url";
return reply.json() return reply.json()
}).then(data=>{ }).then(data=>{