mirror of
https://github.com/snobu/destreamer.git
synced 2026-03-31 07:49:06 +00:00
minor formatting changes
This commit is contained in:
@@ -9,6 +9,7 @@ import { parse as parseDuration, Duration } from 'iso8601-duration';
|
|||||||
import path from 'path';
|
import path from 'path';
|
||||||
import sanitizeWindowsName from 'sanitize-filename';
|
import sanitizeWindowsName from 'sanitize-filename';
|
||||||
|
|
||||||
|
|
||||||
function publishedDateToString(date: string): string {
|
function publishedDateToString(date: string): string {
|
||||||
const dateJs: Date = new Date(date);
|
const dateJs: Date = new Date(date);
|
||||||
const day: string = dateJs.getDate().toString().padStart(2, '0');
|
const day: string = dateJs.getDate().toString().padStart(2, '0');
|
||||||
|
|||||||
Reference in New Issue
Block a user