diff options
Diffstat (limited to 'server/tools/peertube-repl.ts')
-rw-r--r-- | server/tools/peertube-repl.ts | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/server/tools/peertube-repl.ts b/server/tools/peertube-repl.ts index a38d51801..eb0a776b8 100644 --- a/server/tools/peertube-repl.ts +++ b/server/tools/peertube-repl.ts | |||
@@ -4,7 +4,6 @@ registerTSPaths() | |||
4 | import * as repl from 'repl' | 4 | import * as repl from 'repl' |
5 | import * as path from 'path' | 5 | import * as path from 'path' |
6 | import * as _ from 'lodash' | 6 | import * as _ from 'lodash' |
7 | import { uuidv1, uuidv3, uuidv4, uuidv5 } from 'uuid' | ||
8 | import * as Sequelize from 'sequelize' | 7 | import * as Sequelize from 'sequelize' |
9 | import * as YoutubeDL from 'youtube-dl' | 8 | import * as YoutubeDL from 'youtube-dl' |
10 | import { initDatabaseModels, sequelizeTypescript } from '../initializers/database' | 9 | import { initDatabaseModels, sequelizeTypescript } from '../initializers/database' |
@@ -15,7 +14,6 @@ import * as modelsUtils from '../models/utils' | |||
15 | import * as coreUtils from '../helpers/core-utils' | 14 | import * as coreUtils from '../helpers/core-utils' |
16 | import * as ffmpegUtils from '../helpers/ffmpeg-utils' | 15 | import * as ffmpegUtils from '../helpers/ffmpeg-utils' |
17 | import * as peertubeCryptoUtils from '../helpers/peertube-crypto' | 16 | import * as peertubeCryptoUtils from '../helpers/peertube-crypto' |
18 | import * as signupUtils from '../helpers/signup' | ||
19 | import * as utils from '../helpers/utils' | 17 | import * as utils from '../helpers/utils' |
20 | import * as YoutubeDLUtils from '../helpers/youtube-dl' | 18 | import * as YoutubeDLUtils from '../helpers/youtube-dl' |
21 | 19 | ||
@@ -32,10 +30,6 @@ const start = async () => { | |||
32 | env: process.env, | 30 | env: process.env, |
33 | lodash: _, | 31 | lodash: _, |
34 | path, | 32 | path, |
35 | uuidv1, | ||
36 | uuidv3, | ||
37 | uuidv4, | ||
38 | uuidv5, | ||
39 | cli, | 33 | cli, |
40 | logger, | 34 | logger, |
41 | constants, | 35 | constants, |
@@ -50,7 +44,6 @@ const start = async () => { | |||
50 | coreUtils, | 44 | coreUtils, |
51 | ffmpegUtils, | 45 | ffmpegUtils, |
52 | peertubeCryptoUtils, | 46 | peertubeCryptoUtils, |
53 | signupUtils, | ||
54 | utils, | 47 | utils, |
55 | YoutubeDLUtils | 48 | YoutubeDLUtils |
56 | } | 49 | } |