Skip to content

Commit

Permalink
ID type synonyms: lower case key
Browse files Browse the repository at this point in the history
  • Loading branch information
deeenes committed Nov 20, 2024
1 parent 25e56f4 commit 630b15d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omnipath_metabo/schema/_structure.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def __init__(self):
@classmethod
def _resource_label(cls) -> str:

return _id_types().get(cls.name, {})
return _id_types().get(cls.name.lower(), {})



Expand Down

0 comments on commit 630b15d

Please sign in to comment.