aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--server/tools/peertube-repl.ts2
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'
7import { uuidv1, uuidv3, uuidv4, uuidv5 } from 'uuid' 7import { uuidv1, uuidv3, uuidv4, uuidv5 } from 'uuid'
8import * as Sequelize from 'sequelize' 8import * as Sequelize from 'sequelize'
9import * as YoutubeDL from 'youtube-dl' 9import * as YoutubeDL from 'youtube-dl'
10import { initDatabaseModels, sequelizeTypescript } from '../initializers' 10import { initDatabaseModels, sequelizeTypescript } from '../initializers/database'
11import * as cli from '../tools/cli' 11import * as cli from '../tools/cli'
12import { logger } from '../helpers/logger' 12import { logger } from '../helpers/logger'
13import * as constants from '../initializers/constants' 13import * as constants from '../initializers/constants'