fix(core): update

This commit is contained in:
2024-06-08 12:46:43 +02:00
parent 37e8a1d0f7
commit fe8a5713f0
7 changed files with 10 additions and 13 deletions

View File

@@ -61,10 +61,7 @@ export class CompressZipTransform extends plugins.stream.Transform {
}
export class ZipTools {
smartArchiveRef: SmartArchive;
constructor(smartArchiveRefArg: SmartArchive) {
this.smartArchiveRef = smartArchiveRefArg;
constructor() {
}
public getCompressionStream() {