fix
This commit is contained in:
parent
588115ff0c
commit
384664bf92
|
@ -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=>{
|
||||||
|
|
Loading…
Reference in New Issue