1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-06 03:50:26 +02:00

Refactor video links builders

This commit is contained in:
Chocobozzz 2021-07-26 15:04:37 +02:00
parent 9162fdd363
commit 15a7eafb89
No known key found for this signature in database
GPG key ID: 583A612D890159BE
41 changed files with 281 additions and 254 deletions

View file

@ -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'