Skip to content

Commit

Permalink
Changing hubmap_id to sennet_id
Browse files Browse the repository at this point in the history
  • Loading branch information
tjmadonna committed Feb 14, 2024
1 parent dcc86f3 commit fb48895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/datacite_doi_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ def move_doi_state_from_draft_to_findable(self, dataset: dict, user_token: str)
logger.debug("======resulting json from DataCite======")
logger.debug(doi_data)

doi_name = datacite_api.build_doi_name(dataset['hubmap_id'])
doi_name = datacite_api.build_doi_name(dataset['sennet_id'])
doi_info = {
'registered_doi': doi_name,
'doi_url': f'https://doi.org/{doi_name}'
Expand Down

0 comments on commit fb48895

Please sign in to comment.