diff options
author | Chocobozzz <me@florianbigard.com> | 2018-06-22 17:06:32 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-06-22 17:08:44 +0200 |
commit | 92d83c6a78e86c66a55958f8e36a7f2e123efdf8 (patch) | |
tree | e03e146ec133b84a4891648f4d77dc552fa0b023 /scripts/prune-storage.ts | |
parent | cd080b1a6b17727633cb42bd18d39eb3f7a9e030 (diff) | |
download | PeerTube-92d83c6a78e86c66a55958f8e36a7f2e123efdf8.tar.gz PeerTube-92d83c6a78e86c66a55958f8e36a7f2e123efdf8.tar.zst PeerTube-92d83c6a78e86c66a55958f8e36a7f2e123efdf8.zip |
Fix git credits
Diffstat (limited to 'scripts/prune-storage.ts')
-rwxr-xr-x | scripts/prune-storage.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/prune-storage.ts b/scripts/prune-storage.ts index 1973725c8..bc59da6af 100755 --- a/scripts/prune-storage.ts +++ b/scripts/prune-storage.ts | |||
@@ -1,7 +1,5 @@ | |||
1 | import * as prompt from 'prompt' | 1 | import * as prompt from 'prompt' |
2 | import { createReadStream } from 'fs' | ||
3 | import { join } from 'path' | 2 | import { join } from 'path' |
4 | import { createInterface } from 'readline' | ||
5 | import { readdirPromise, unlinkPromise } from '../server/helpers/core-utils' | 3 | import { readdirPromise, unlinkPromise } from '../server/helpers/core-utils' |
6 | import { CONFIG } from '../server/initializers/constants' | 4 | import { CONFIG } from '../server/initializers/constants' |
7 | import { VideoModel } from '../server/models/video/video' | 5 | import { VideoModel } from '../server/models/video/video' |