Skip to content

Commit 4c3f0e8

Browse files
fix(webapp): add missing createdAt to runData for accurate duration reconciliation
1 parent e030cc2 commit 4c3f0e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/webapp/app/presenters/v3/RunPresenter.server.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ export class RunPresenter {
124124
isFinished: isFinalRunStatus(run.status),
125125
startedAt: run.startedAt,
126126
completedAt: run.completedAt,
127+
createdAt: run.createdAt,
127128
logsDeletedAt: showDeletedLogs ? null : run.logsDeletedAt,
128129
rootTaskRun: run.rootTaskRun,
129130
parentTaskRun: run.parentTaskRun,

0 commit comments

Comments
 (0)