Skip to content

Commit feefc60

Browse files
fix(lib): do not append outputs on observe
1 parent 9ddcede commit feefc60

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/if-run/lib/compute.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,6 @@ const computeNode = async (node: Node, params: ComputeParams): Promise<any> => {
108108
pluginData: params.context.initialize!.plugins[pluginName],
109109
});
110110
}
111-
112-
node.outputs = inputStorage;
113111
}
114112
}
115113
}

0 commit comments

Comments
 (0)