From feefc60bb6b9dc2b0765b422180c3d162fe4f1f9 Mon Sep 17 00:00:00 2001 From: Narek Hovhannisyan Date: Fri, 9 Aug 2024 13:24:45 +0400 Subject: [PATCH] fix(lib): do not append outputs on observe --- src/if-run/lib/compute.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/if-run/lib/compute.ts b/src/if-run/lib/compute.ts index 710e15373..8d7568bbf 100644 --- a/src/if-run/lib/compute.ts +++ b/src/if-run/lib/compute.ts @@ -108,8 +108,6 @@ const computeNode = async (node: Node, params: ComputeParams): Promise => { pluginData: params.context.initialize!.plugins[pluginName], }); } - - node.outputs = inputStorage; } } }