diff options
Diffstat (limited to 'server/tools/peertube-repl.ts')
-rw-r--r-- | server/tools/peertube-repl.ts | 2 |
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' | |||
15 | import * as coreUtils from '../helpers/core-utils' | 15 | import * as coreUtils from '../helpers/core-utils' |
16 | import * as ffmpegUtils from '../helpers/ffmpeg-utils' | 16 | import * as ffmpegUtils from '../helpers/ffmpeg-utils' |
17 | import * as peertubeCryptoUtils from '../helpers/peertube-crypto' | 17 | import * as peertubeCryptoUtils from '../helpers/peertube-crypto' |
18 | import * as signupUtils from '../helpers/signup' | ||
19 | import * as utils from '../helpers/utils' | 18 | import * as utils from '../helpers/utils' |
20 | import * as YoutubeDLUtils from '../helpers/youtube-dl' | 19 | import * 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 | } |