mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-11 02:13:48 +00:00
chore: cleanup
This commit is contained in:
committed by
Carlos Valente
parent
8f249b9d51
commit
5cf5b2fae3
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user