diff options
Diffstat (limited to 'server/tools')
-rw-r--r-- | server/tools/peertube-redundancy.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/server/tools/peertube-redundancy.ts b/server/tools/peertube-redundancy.ts index bcaae63a3..73b026ac8 100644 --- a/server/tools/peertube-redundancy.ts +++ b/server/tools/peertube-redundancy.ts | |||
@@ -6,8 +6,7 @@ import { Command, program } from 'commander' | |||
6 | import { uniq } from 'lodash' | 6 | import { uniq } from 'lodash' |
7 | import { URL } from 'url' | 7 | import { URL } from 'url' |
8 | import validator from 'validator' | 8 | import validator from 'validator' |
9 | import { HttpStatusCode } from '@shared/models' | 9 | import { HttpStatusCode, VideoRedundanciesTarget } from '@shared/models' |
10 | import { VideoRedundanciesTarget } from '@shared/models' | ||
11 | import { assignToken, buildServer, getServerCredentials } from './cli' | 10 | import { assignToken, buildServer, getServerCredentials } from './cli' |
12 | 11 | ||
13 | import bytes = require('bytes') | 12 | import bytes = require('bytes') |