fix: get list of file under folder return all file in subfolder

This commit is contained in:
Methapon2001 2023-11-28 16:27:49 +07:00
parent 93f0ac3431
commit 046b915fc3
No known key found for this signature in database
GPG key ID: 849924FEF46BD132
6 changed files with 234 additions and 7 deletions

View file

@ -27,9 +27,7 @@ export interface StorageFile {
category: string[];
keyword: string[];
/**
* @private For internal use only.
*/
path: string;
upload: boolean;
updatedAt: string | Date;