Skip to content

Commit 3ca0173

Browse files
committed
minor fix
1 parent 3707bc6 commit 3ca0173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/app/details/triggerView/workflow.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ export function processWorkflow(
193193
cdPipeline.parentPipelineType = branch.parentType
194194
}
195195

196-
const cdNode = cdPipelineToNode(cdPipeline, dimensions, branch.parentId, branch.isLast??false)
196+
const cdNode = cdPipelineToNode(cdPipeline, dimensions, branch.parentId, branch.isLast)
197197
wf.nodes.push(cdNode)
198198

199199
if (cdPipeline.userApprovalConfig?.requiredCount > 0) {

0 commit comments

Comments
 (0)