« get me outta code hell

composite: expose used default{Dependency,Value} at instantiate - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/data/composite/control-flow/raiseOutputWithoutUpdateValue.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2024-07-25 16:31:15 -0300
committer(quasar) nebula <qznebula@protonmail.com>2024-07-25 16:34:59 -0300
commit91fb34c3ec48483d6f451ff74b266799ce0e5e42 (patch)
tree976e278ea1739eb67c1df8a9d7669a04509b82c7 /src/data/composite/control-flow/raiseOutputWithoutUpdateValue.js
parentd669d0e8c7c4bc98f4c93de6cf29bb570e0f75e2 (diff)
composite: expose used default{Dependency,Value} at instantiate
There used to be a cool description here, but then vim ate it.
Diffstat (limited to 'src/data/composite/control-flow/raiseOutputWithoutUpdateValue.js')
-rw-r--r--src/data/composite/control-flow/raiseOutputWithoutUpdateValue.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data/composite/control-flow/raiseOutputWithoutUpdateValue.js b/src/data/composite/control-flow/raiseOutputWithoutUpdateValue.js
index ffa83a94..3c39f5ba 100644
--- a/src/data/composite/control-flow/raiseOutputWithoutUpdateValue.js
+++ b/src/data/composite/control-flow/raiseOutputWithoutUpdateValue.js
@@ -16,7 +16,7 @@ export default templateCompositeFrom({
 
   outputs: ({
     [input.staticValue('output')]: output,
-  }) => Object.keys(output ?? {}),
+  }) => Object.keys(output),
 
   steps: () => [
     withResultOfAvailabilityCheck({