diff options
author | Chocobozzz <me@florianbigard.com> | 2020-05-07 15:40:22 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-05-07 15:40:22 +0200 |
commit | faf174d043ccd9d67b0ac98d011cabdbb7b21e76 (patch) | |
tree | 1e9ae80d06bb2e9abd85c6e5d832b4de375f6b5f /server/tools/peertube-repl.ts | |
parent | 80fdaf064562aff968f4c9cea1cf220bc12a70da (diff) | |
download | PeerTube-faf174d043ccd9d67b0ac98d011cabdbb7b21e76.tar.gz PeerTube-faf174d043ccd9d67b0ac98d011cabdbb7b21e76.tar.zst PeerTube-faf174d043ccd9d67b0ac98d011cabdbb7b21e76.zip |
Fix CLI build
Diffstat (limited to 'server/tools/peertube-repl.ts')
-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' |