fix: show stored follower stage timings
This commit is contained in:
+1
-1
@@ -2148,7 +2148,7 @@ function storedFollowerTimingsForStatus(
|
||||
observedSha: string | null,
|
||||
): FollowerState["timings"] {
|
||||
const total = totalTimingFromStored(storedTimings, phase, null, observedSha);
|
||||
const sourceCommit = total?.sourceCommit ?? null;
|
||||
const sourceCommit = total?.sourceCommit ?? stringOrNull(storedTimings?.sourceCommit) ?? null;
|
||||
return {
|
||||
budgetSeconds: follower.budgets.endToEndSeconds,
|
||||
totalSeconds: total?.seconds ?? null,
|
||||
|
||||
Reference in New Issue
Block a user