mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-07-04 12:48:01 +02:00
fix: typo
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
import { Tree } from "../types";
|
import { Tree } from "../types";
|
||||||
import config from "../../config";
|
import config from "../../config";
|
||||||
import * as fs from "fs";
|
import * as fs from "fs";
|
||||||
import { Extractq } from "unzip-stream";
|
import { Extract } from "unzip-stream";
|
||||||
import { join, basename, dirname } from "path";
|
import { join, basename, dirname } from "path";
|
||||||
import { Response } from "express";
|
import { Response } from "express";
|
||||||
import { Readable, pipeline, Transform } from "stream";
|
import { Readable, pipeline, Transform } from "stream";
|
||||||
|
|||||||
Reference in New Issue
Block a user