Skip to content

Commit

Permalink
bob
Browse files Browse the repository at this point in the history
  • Loading branch information
GabiGrin committed Sep 29, 2024
1 parent 1c67a22 commit dd1b37d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/components/EmbeddedFlyde/macroHelpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import {
isMacroNode,
isMacroNodeInstance,
isVisualNode,
processMacroNodeInstance,
} from "@flyde/core";
import { processMacroNodeInstance } from "@flyde/resolver/dist/resolver/resolve-dependencies/process-macro-node-instance";

export function getMacroData(node: VisualNode): any[] {
return node.instances.flatMap((ins) => {
Expand Down

0 comments on commit dd1b37d

Please sign in to comment.