diff options
Diffstat (limited to 'server/tools')
-rw-r--r-- | server/tools/peertube-repl.ts | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/server/tools/peertube-repl.ts b/server/tools/peertube-repl.ts index 63f7667a1..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' |
@@ -31,10 +30,6 @@ const start = async () => { | |||
31 | env: process.env, | 30 | env: process.env, |
32 | lodash: _, | 31 | lodash: _, |
33 | path, | 32 | path, |
34 | uuidv1, | ||
35 | uuidv3, | ||
36 | uuidv4, | ||
37 | uuidv5, | ||
38 | cli, | 33 | cli, |
39 | logger, | 34 | logger, |
40 | constants, | 35 | constants, |