aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--server/tools/peertube-repl.ts2
1 files changed, 0 insertions, 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'
15import * as coreUtils from '../helpers/core-utils' 15import * as coreUtils from '../helpers/core-utils'
16import * as ffmpegUtils from '../helpers/ffmpeg-utils' 16import * as ffmpegUtils from '../helpers/ffmpeg-utils'
17import * as peertubeCryptoUtils from '../helpers/peertube-crypto' 17import * as peertubeCryptoUtils from '../helpers/peertube-crypto'
18import * as signupUtils from '../helpers/signup'
19import * as utils from '../helpers/utils' 18import * as utils from '../helpers/utils'
20import * as YoutubeDLUtils from '../helpers/youtube-dl' 19import * as YoutubeDLUtils from '../helpers/youtube-dl'
21 20
@@ -50,7 +49,6 @@ const start = async () => {
50 coreUtils, 49 coreUtils,
51 ffmpegUtils, 50 ffmpegUtils,
52 peertubeCryptoUtils, 51 peertubeCryptoUtils,
53 signupUtils,
54 utils, 52 utils,
55 YoutubeDLUtils 53 YoutubeDLUtils
56 } 54 }