Merge branch 'development'

This commit is contained in:
Methapon2001 2023-12-18 14:52:22 +07:00
commit b6d9e8447b
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);
}
/**