Merge branch 'development'
This commit is contained in:
commit
b6d9e8447b
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue