From 15a7eafb892441957ba7dd6fcbf556086fe5b2b3 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 26 Jul 2021 15:04:37 +0200 Subject: Refactor video links builders --- scripts/parse-log.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'scripts/parse-log.ts') diff --git a/scripts/parse-log.ts b/scripts/parse-log.ts index c16503589..6cd3a1860 100755 --- a/scripts/parse-log.ts +++ b/scripts/parse-log.ts @@ -6,9 +6,8 @@ import { createReadStream, readdir } from 'fs-extra' import { join } from 'path' import { createInterface } from 'readline' import * as winston from 'winston' -import { labelFormatter } from '../server/helpers/logger' +import { labelFormatter, mtimeSortFilesDesc } from '../server/helpers/logger' import { CONFIG } from '../server/initializers/config' -import { mtimeSortFilesDesc } from '../shared/core-utils/logs/logs' import { inspect } from 'util' import { format as sqlFormat } from 'sql-formatter' -- cgit v1.2.3