Fix git credits

This commit is contained in:
Chocobozzz 2018-06-22 17:06:32 +02:00
parent cd080b1a6b
commit 92d83c6a78
No known key found for this signature in database
GPG key ID: 583A612D890159BE
4 changed files with 110 additions and 29 deletions

View file

@ -1,7 +1,5 @@
import * as prompt from 'prompt'
import { createReadStream } from 'fs'
import { join } from 'path'
import { createInterface } from 'readline'
import { readdirPromise, unlinkPromise } from '../server/helpers/core-utils'
import { CONFIG } from '../server/initializers/constants'
import { VideoModel } from '../server/models/video/video'