chore: cleanup

This commit is contained in:
Carlos Valente
2024-04-21 23:11:58 +02:00
committed by Carlos Valente
parent 8f249b9d51
commit 5cf5b2fae3
4 changed files with 4 additions and 16 deletions
@@ -10,7 +10,7 @@ const whitelistedPayload = {
note: coerceString,
cue: coerceString,
duration: (value: unknown) => coerceNumber(value) * 1000, //frontend is seconds based
duration: (value: unknown) => coerceNumber(value) * 1000,
isPublic: coerceBoolean,
skip: coerceBoolean,