diff options
-rw-r--r-- | server/tools/peertube-repl.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tools/peertube-repl.ts b/server/tools/peertube-repl.ts index 9ddb037c7..a5c35e9ea 100644 --- a/server/tools/peertube-repl.ts +++ b/server/tools/peertube-repl.ts | |||
@@ -7,7 +7,7 @@ import * as _ from 'lodash' | |||
7 | import { uuidv1, uuidv3, uuidv4, uuidv5 } from 'uuid' | 7 | import { uuidv1, uuidv3, uuidv4, uuidv5 } from 'uuid' |
8 | import * as Sequelize from 'sequelize' | 8 | import * as Sequelize from 'sequelize' |
9 | import * as YoutubeDL from 'youtube-dl' | 9 | import * as YoutubeDL from 'youtube-dl' |
10 | import { initDatabaseModels, sequelizeTypescript } from '../initializers' | 10 | import { initDatabaseModels, sequelizeTypescript } from '../initializers/database' |
11 | import * as cli from '../tools/cli' | 11 | import * as cli from '../tools/cli' |
12 | import { logger } from '../helpers/logger' | 12 | import { logger } from '../helpers/logger' |
13 | import * as constants from '../initializers/constants' | 13 | import * as constants from '../initializers/constants' |