Skip to content

Commit 3a66e93

Browse files
committed
chore: update comments
1 parent 549f544 commit 3a66e93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/webui/src/client/lib/rundownTiming.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -759,8 +759,8 @@ export interface RundownTimingContext {
759759
partExpectedDurations?: Record<string, number>
760760
/** Remaining time on current part */
761761
remainingTimeOnCurrentPart?: number
762-
/** Remaining budget on current segment, if its countdownType === CountdownType.SEGMENT_BUDGET_DURATION */
763-
remainingBudgetOnCurrentSegment?: number
762+
/** Remaining budget on current segment, if its countdownType === CountdownType.SEGMENT_BUDGET_DURATION, undefined otherwise */
763+
remainingBudgetOnCurrentSegment?: number | undefined
764764
/** Current part will autoNext */
765765
currentPartWillAutoNext?: boolean
766766
/** Current time of this calculation */

0 commit comments

Comments
 (0)