From: Chocobozzz Date: Fri, 4 Jun 2021 06:47:43 +0000 (+0200) Subject: Fix CLI build X-Git-Tag: v3.3.0-rc.1~146 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=b96d21b744f3b0714636bd43e7f39fb33c3adb73;p=github%2FChocobozzz%2FPeerTube.git Fix CLI build --- 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 }