diff --git a/src/utils/time.ts b/src/utils/time.ts index 91bfd74..51b3b70 100644 --- a/src/utils/time.ts +++ b/src/utils/time.ts @@ -38,7 +38,7 @@ enum TimeSecond { */ export const strToSeconds = (time: string) => { if (time.length > 15) { - // 15 is a magic value, weird to be this long + // 15 is a magic value as it's weird to have time this long return -1; }