Skip to content

Commit

Permalink
data: raiseResolvedReferenceList: remove raiseOutputAbove misref
Browse files Browse the repository at this point in the history
Because raiseResolvedReferenceList is the last step in
compositions which use it - it always raises the desired
conclusion - it doesn't actually need to use raiseOutputAbove.
  • Loading branch information
towerofnix committed Nov 17, 2024
1 parent 1b38561 commit e6aa957
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/data/composite/wiki-data/raiseResolvedReferenceList.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ export default templateCompositeFrom({
outputs: input.staticValue({type: 'string'}),
},

// TODO: Is it even necessary to specify outputs if you're using
// raiseOutputAbove??
outputs: ({
[input.staticValue('outputs')]: outputs,
}) => [outputs],
Expand Down

0 comments on commit e6aa957

Please sign in to comment.