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

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