fix: Remove unzipper as it cannot handle zip within zip (#6162)
This commit is contained in:
@@ -83,6 +83,13 @@ class FileOperation extends ParanoidModel {
|
||||
return FileStorage.getFileStream(this.key);
|
||||
}
|
||||
|
||||
/**
|
||||
* The file operation contents as a handle which contains a path and cleanup function.
|
||||
*/
|
||||
get handle() {
|
||||
return FileStorage.getFileHandle(this.key);
|
||||
}
|
||||
|
||||
// hooks
|
||||
|
||||
@BeforeDestroy
|
||||
|
||||
Reference in New Issue
Block a user