Skip to content

Commit

Permalink
fix: input->output for output node
Browse files Browse the repository at this point in the history
  • Loading branch information
tokebe committed Aug 6, 2021
1 parent 7d21651 commit aa4a529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cache_handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ module.exports = class {
curies: record.$output.obj[0].curies,
label: record.$output.obj[0].label,
primaryID: record.$output.obj[0].primaryID,
semanticType: record.$input.obj[0].semanticType,
semanticType: record.$output.obj[0].semanticType,
},
],
},
Expand Down

0 comments on commit aa4a529

Please sign in to comment.