From 83c55fdfbf57954111ebe6dae6b90bd73e398894 Mon Sep 17 00:00:00 2001 From: tdurieux Date: Wed, 3 Apr 2024 13:27:05 +0100 Subject: [PATCH] fix: typo --- src/core/storage/FileSystem.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";