fix import paths

This commit is contained in:
tdurieux
2021-08-13 07:03:06 +02:00
parent 0283549901
commit f852eee277
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ import * as stream from "stream";
import User from "./User";
import GitHubStream from "./source/GitHubStream";
import GitHubDownload from "./source/GitHubDownload";
import Zip from "./source/ZIP";
import Zip from "./source/Zip";
import { anonymizePath } from "./anonymize-utils";
import UserModel from "./database/users/users.model";
import { IAnonymizedRepositoryDocument } from "./database/anonymizedRepositories/anonymizedRepositories.types";