Skip to content

Commit

Permalink
fix: cache extra properties just in case
Browse files Browse the repository at this point in the history
  • Loading branch information
tokebe committed Aug 6, 2021
1 parent aa4a529 commit 344aabd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/cache_handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ module.exports = class {
label: record.$input.obj[0].label,
primaryID: record.$input.obj[0].primaryID,
semanticType: record.$input.obj[0].semanticType,
semanticTypes: record.$input.obj[0].semanticTypes,
attributes: record.$input.obj[0].attributes,
},
],
},
Expand All @@ -71,6 +73,8 @@ module.exports = class {
label: record.$output.obj[0].label,
primaryID: record.$output.obj[0].primaryID,
semanticType: record.$output.obj[0].semanticType,
semanticTypes: record.$output.obj[0].semanticTypes,
attributes: record.$output.obj[0].attributes,
},
],
},
Expand Down

0 comments on commit 344aabd

Please sign in to comment.