diff options
Diffstat (limited to 'scripts/migrations')
-rw-r--r-- | scripts/migrations/peertube-2.1.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/migrations/peertube-2.1.ts b/scripts/migrations/peertube-2.1.ts index e17e58166..4bbc203c1 100644 --- a/scripts/migrations/peertube-2.1.ts +++ b/scripts/migrations/peertube-2.1.ts | |||
@@ -8,7 +8,7 @@ import { HLS_STREAMING_PLAYLIST_DIRECTORY, STATIC_PATHS, WEBSERVER } from '@serv | |||
8 | import { pathExists, stat, writeFile } from 'fs-extra' | 8 | import { pathExists, stat, writeFile } from 'fs-extra' |
9 | import { createTorrentPromise } from '@server/helpers/webtorrent' | 9 | import { createTorrentPromise } from '@server/helpers/webtorrent' |
10 | import { CONFIG } from '@server/initializers/config' | 10 | import { CONFIG } from '@server/initializers/config' |
11 | import * as parseTorrent from 'parse-torrent' | 11 | import parseTorrent from 'parse-torrent' |
12 | import { logger } from '@server/helpers/logger' | 12 | import { logger } from '@server/helpers/logger' |
13 | 13 | ||
14 | run() | 14 | run() |