Skip to content

Commit

Permalink
Merge pull request #956 from Green-Software-Foundation/fix-observe
Browse files Browse the repository at this point in the history
Fix observe redundant outputs
  • Loading branch information
manushak authored Aug 9, 2024
2 parents 595925c + feefc60 commit b646f23
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/if-run/lib/compute.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,6 @@ const computeNode = async (node: Node, params: ComputeParams): Promise<any> => {
pluginData: params.context.initialize!.plugins[pluginName],
});
}

node.outputs = inputStorage;
}
}
}
Expand Down

0 comments on commit b646f23

Please sign in to comment.