Remove unused import

This commit is contained in:
PJ 2022-02-16 13:22:28 +01:00
parent 72cad4ff5c
commit 0d0631a0cd
No known key found for this signature in database
GPG Key ID: F345964979FA8971
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import { Collection } from "mongodb";
import { API_HOSTNAME, API_PORT, MONGO_CONNECTIONSTRING, MONGO_DBNAME, UPLOAD_PATH } from "./consts";
import { MongoDB } from "./mongodb";
import { IRecord } from "./types";
import { contentType, download, extractArchive, isDirectory, sleep, uploadDirectory, uploadFile } from "./utils";
import { contentType, download, extractArchive, isDirectory, uploadDirectory, uploadFile } from "./utils";
require("dotenv").config();