Skip to content

Commit

Permalink
remove top level ids
Browse files Browse the repository at this point in the history
  • Loading branch information
vincerubinetti committed May 31, 2024
1 parent c0036cb commit ed806f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion _cite/plugins/orcid.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ def query(_id):
ids = []
for summary in get_safe(work, "work-summary", []):
ids = ids + get_safe(summary, "external-ids.external-id", [])
ids = ids + get_safe(work, "external-ids.external-id", [])

# find first id of particular "relationship" type
_id = next(
Expand Down

0 comments on commit ed806f4

Please sign in to comment.