trigger doRoll if clock is less than startAt

This commit is contained in:
arc-alex
2023-11-20 17:44:39 +01:00
parent afa62a6e38
commit facce4f096
3 changed files with 27 additions and 2 deletions
+1 -1
View File
@@ -339,7 +339,7 @@ export class TimerService {
this.timer.expectedFinish >= this.timer.startedAt
? this.timer.expectedFinish
: this.timer.expectedFinish + dayInMs,
_startAt: this.timer.startedAt,
clock: this.timer.clock,
secondaryTimer: this.timer.secondaryTimer,
secondaryTarget: this.secondaryTarget,