chore: clean
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 6s
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 6s
This commit is contained in:
parent
0020eb6528
commit
ae4488b76a
1 changed files with 0 additions and 2 deletions
|
|
@ -129,8 +129,6 @@ export async function list(
|
|||
body: JSON.stringify({ operation, path, hidden: true }),
|
||||
}).catch((e) => console.error(e));
|
||||
|
||||
console.log(`${STORAGE_URL}/storage/list`);
|
||||
|
||||
if (!res || !res.ok) {
|
||||
if (res && res.status === HttpStatus.NOT_FOUND) {
|
||||
return [];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue