diff --git a/src/VideoUtils.ts b/src/VideoUtils.ts index 0b21760..21cfdb9 100644 --- a/src/VideoUtils.ts +++ b/src/VideoUtils.ts @@ -9,6 +9,7 @@ import { parse as parseDuration, Duration } from 'iso8601-duration'; import path from 'path'; import sanitizeWindowsName from 'sanitize-filename'; + function publishedDateToString(date: string): string { const dateJs: Date = new Date(date); const day: string = dateJs.getDate().toString().padStart(2, '0');