fix: hidden file

This commit is contained in:
Methapon2001 2023-12-18 14:51:23 +07:00
parent 445c97cca0
commit 5c6ee818ee
No known key found for this signature in database
GPG key ID: 849924FEF46BD132

View file

@ -272,7 +272,7 @@ export class StorageController extends Controller {
}
if (body.operation === "folder") return await listFolder(path, body.hidden);
if (body.operation === "file") return await listFile(path);
if (body.operation === "file") return await listFile(path, body.hidden);
}
/**