chore: clean
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 6s

This commit is contained in:
Methapon2001 2025-03-11 10:45:25 +07:00
parent 0020eb6528
commit ae4488b76a

View file

@ -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 [];