diff options
Diffstat (limited to 'server/tools')
-rw-r--r-- | server/tools/peertube-import-videos.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/server/tools/peertube-import-videos.ts b/server/tools/peertube-import-videos.ts index 44c42bad6..87aec60ef 100644 --- a/server/tools/peertube-import-videos.ts +++ b/server/tools/peertube-import-videos.ts | |||
@@ -5,7 +5,8 @@ import { program } from 'commander' | |||
5 | import { accessSync, constants } from 'fs' | 5 | import { accessSync, constants } from 'fs' |
6 | import { remove } from 'fs-extra' | 6 | import { remove } from 'fs-extra' |
7 | import { join } from 'path' | 7 | import { join } from 'path' |
8 | import { sha256, wait } from '@shared/core-utils' | 8 | import { sha256 } from '@shared/extra-utils' |
9 | import { wait } from '@shared/core-utils' | ||
9 | import { doRequestAndSaveToFile } from '../helpers/requests' | 10 | import { doRequestAndSaveToFile } from '../helpers/requests' |
10 | import { | 11 | import { |
11 | assignToken, | 12 | assignToken, |