Skip to content

Commit

Permalink
fix: fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgrozav committed Sep 3, 2024
1 parent 7b59822 commit 9bd4f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor-ui/src/composables/useCanvasOperations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -940,7 +940,7 @@ export function useCanvasOperations({ router }: { router: ReturnType<typeof useR
// with only "main" outputs.
outputs = NodeHelpers.getNodeOutputs(
editableWorkflowObject.value,
node,
node as INode,
nodeTypeDescription,
);
} catch (e) {}
Expand Down

0 comments on commit 9bd4f69

Please sign in to comment.