mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-19 06:04:05 +00:00
refactor: remove finishedAt from runtime data (#1716)
This commit is contained in:
committed by
Carlos Valente
parent
94b1f63c7c
commit
486d89ecf4
@@ -26,7 +26,6 @@ const baseState: RuntimeState = {
|
||||
duration: null,
|
||||
elapsed: null,
|
||||
expectedFinish: null,
|
||||
finishedAt: null,
|
||||
phase: TimerPhase.None,
|
||||
playback: Playback.Stop,
|
||||
secondaryTimer: null,
|
||||
@@ -36,6 +35,7 @@ const baseState: RuntimeState = {
|
||||
forceFinish: null,
|
||||
pausedAt: null,
|
||||
secondaryTarget: null,
|
||||
hasFinished: false,
|
||||
},
|
||||
_rundown: {
|
||||
totalDelay: 0,
|
||||
|
||||
Reference in New Issue
Block a user