mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-16 12:53:32 +00:00
refactor: small type improvements (#759)
This commit is contained in:
@@ -170,8 +170,8 @@ export const startServer = async () => {
|
||||
eventNext: state.eventNext,
|
||||
publicEventNext: state.publicEventNext,
|
||||
timer1: {
|
||||
duration: null,
|
||||
current: null,
|
||||
duration: 0,
|
||||
current: 0,
|
||||
playback: SimplePlayback.Stop,
|
||||
direction: SimpleDirection.CountDown,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user