Skip to content

Commit b646f23

Browse files
authored
Merge pull request #956 from Green-Software-Foundation/fix-observe
Fix observe redundant outputs
2 parents 595925c + feefc60 commit b646f23

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)