X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=server%2Ftools%2Fpeertube-repl.ts;h=63f7667a16632c8c4df6d82a71c98056633d2963;hb=3b54e5902a54c99c2968383e967370ae17bbba03;hp=a38d51801afc5498804902df81d0dbb2fdeeb981;hpb=ba5a8d89bbf049e4afc41543bcc072cccdb02669;p=github%2FChocobozzz%2FPeerTube.git 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 }