Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Carina Ursu <[email protected]>
  • Loading branch information
ursucarina committed May 4, 2023
1 parent 01f4e41 commit 43fe25c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ export function makeNodeExecutionQueryEnhanced(
...e,
scopedId: `${parentScopeId}-0-${scopedId}`,
fromUniqueParentId,
dynamicParentNodeId,
...(dynamicParentNodeId ? { dynamicParentNodeId } : {}),
};
});
return children;
Expand Down
1 change: 1 addition & 0 deletions packages/console/src/components/Executions/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ export interface NodeExecutionDetails {
displayId?: string;
displayName?: string;
displayType: string;
scopedId?: string;
taskTemplate?: TaskTemplate;
}

Expand Down

0 comments on commit 43fe25c

Please sign in to comment.