mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-13 19:33:46 +00:00
refactor: rename negative to overtime
This commit is contained in:
committed by
Carlos Valente
parent
ee1753ef29
commit
6d1a911ab8
@@ -391,7 +391,7 @@ export function getTimerPhase(state: RuntimeState): TimerPhase {
|
||||
}
|
||||
|
||||
if (current < 0) {
|
||||
return TimerPhase.Negative;
|
||||
return TimerPhase.Overtime;
|
||||
}
|
||||
|
||||
const danger = state.eventNow.timeDanger;
|
||||
|
||||
Reference in New Issue
Block a user