Skip to content

Commit

Permalink
fix: ensure conflation is used in expandedCategories
Browse files Browse the repository at this point in the history
  • Loading branch information
tokebe committed Aug 29, 2024
1 parent e76cd73 commit 3d58df4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/query_graph.ts
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,8 @@ export default class QueryGraph {
) {
nodes[qNodeID].categories.push('biolink:Protein');
}
// Ensure categories are rolled into expandedCategories
nodes[qNodeID].expandCategories()
}
}
this.logs.push(
Expand Down

0 comments on commit 3d58df4

Please sign in to comment.