Skip to content

Commit

Permalink
fix adding merged meta
Browse files Browse the repository at this point in the history
  • Loading branch information
korikuzma committed Sep 13, 2023
1 parent 35ae54a commit a7e21eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion disease/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ def _add_merged_meta(self, response: Dict) -> Dict:
"""
sources_meta = {}
disease = response["disease"]
sources = [disease.id.split(":")[0]]
sources = [response["normalized_id"].split(":")[0]]
if disease.mappings:
sources += [m.coding.system for m in disease.mappings]

Expand Down

0 comments on commit a7e21eb

Please sign in to comment.