disable remove file
This commit is contained in:
@@ -52,8 +52,6 @@ export class LocalFileStorage extends AbstractFileStorage {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public async removeFile(name: string): Promise<void> {
|
public async removeFile(name: string): Promise<void> {
|
||||||
const filePath = join(STORAGE_DIRECTORY, name);
|
// TODO: Implement remove file
|
||||||
|
|
||||||
await Bun.file(filePath).delete();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user