Fix CLI build

pull/4163/head
Chocobozzz 2021-06-04 08:47:43 +02:00
parent a31e9b183e
commit b96d21b744
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 0 additions and 2 deletions

View File

@ -15,7 +15,6 @@ import * as modelsUtils from '../models/utils'
import * as coreUtils from '../helpers/core-utils'
import * as ffmpegUtils from '../helpers/ffmpeg-utils'
import * as peertubeCryptoUtils from '../helpers/peertube-crypto'
import * as signupUtils from '../helpers/signup'
import * as utils from '../helpers/utils'
import * as YoutubeDLUtils from '../helpers/youtube-dl'
@ -50,7 +49,6 @@ const start = async () => {
coreUtils,
ffmpegUtils,
peertubeCryptoUtils,
signupUtils,
utils,
YoutubeDLUtils
}