refactor: small type improvements (#759)

This commit is contained in:
Carlos Valente
2024-02-03 23:17:36 +01:00
committed by GitHub
parent 1890fc49d7
commit 212e5f9e68
23 changed files with 143 additions and 91 deletions
+2 -2
View File
@@ -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,
},