diff --git a/src/core/storage/FileSystem.ts b/src/core/storage/FileSystem.ts index a29ca41..86dc767 100644 --- a/src/core/storage/FileSystem.ts +++ b/src/core/storage/FileSystem.ts @@ -1,7 +1,7 @@ import { Tree } from "../types"; import config from "../../config"; import * as fs from "fs"; -import { Extractq } from "unzip-stream"; +import { Extract } from "unzip-stream"; import { join, basename, dirname } from "path"; import { Response } from "express"; import { Readable, pipeline, Transform } from "stream";