fix: restore process sets currentDay

This commit is contained in:
Carlos Valente
2026-01-10 09:42:16 +01:00
committed by Carlos Valente
parent 1b55254834
commit f8cde5d627
7 changed files with 141 additions and 0 deletions
@@ -759,6 +759,7 @@ function broadcastResult(_target: any, _propertyKey: string, descriptor: Propert
pausedAt: state._timer.pausedAt,
firstStart: state.rundown.actualStart,
startEpoch: state._startEpoch,
currentDay: state.rundown.currentDay,
})
.catch((_e) => {
//we don't do anything with the error here