Skip to content

Commit 8244227

Browse files
committed
chore: format recordDeploymentLifecycle.server.ts
1 parent 486ec62 commit 8244227

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/webapp/app/v3/services/recordDeploymentLifecycle.server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export function recordDeploymentLifecycle(params: {
9494
[ATTRS.TRIGGERED_VIA]: deployment.triggeredVia ?? undefined,
9595
[ATTRS.COMMIT_SHA]: deployment.commitSHA ?? undefined,
9696
[ATTRS.ERROR_NAME]: isFailure ? errorData?.name : undefined,
97-
[ATTRS.ERROR_MESSAGE]: isFailure ? reason ?? errorData?.message : undefined,
97+
[ATTRS.ERROR_MESSAGE]: isFailure ? (reason ?? errorData?.message) : undefined,
9898
[ATTRS.CANCELED_REASON]: deployment.canceledReason ?? undefined,
9999
[ATTRS.DURATION_TOTAL_MS]: durations.totalMs,
100100
[ATTRS.DURATION_QUEUE_MS]: durations.queueMs,

0 commit comments

Comments
 (0)