From b96d21b744f3b0714636bd43e7f39fb33c3adb73 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 4 Jun 2021 08:47:43 +0200 Subject: [PATCH] Fix CLI build --- server/tools/peertube-repl.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/server/tools/peertube-repl.ts b/server/tools/peertube-repl.ts index a38d51801..63f7667a1 100644 --- a/server/tools/peertube-repl.ts +++ b/server/tools/peertube-repl.ts @@ -15,7 +15,6 @@ import * as modelsUtils from '../models/utils' import * as coreUtils from '../helpers/core-utils' import * as ffmpegUtils from '../helpers/ffmpeg-utils' import * as peertubeCryptoUtils from '../helpers/peertube-crypto' -import * as signupUtils from '../helpers/signup' import * as utils from '../helpers/utils' import * as YoutubeDLUtils from '../helpers/youtube-dl' @@ -50,7 +49,6 @@ const start = async () => { coreUtils, ffmpegUtils, peertubeCryptoUtils, - signupUtils, utils, YoutubeDLUtils } -- 2.41.0