Skip to content

Commit

Permalink
Merge pull request #288 from NASA-IMPACT/doi-link-update-check
Browse files Browse the repository at this point in the history
DOI Link Update Check
  • Loading branch information
slesaad authored May 13, 2024
2 parents ec915ef + 86d8838 commit 7c3683d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyQuARC/code/url_validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,4 @@ def doi_link_update(value, bad_urls):
if value in bad_urls:
validity = False

return {"valid": validity, "Value": value}
return {"valid": validity, "value": value}

0 comments on commit 7c3683d

Please sign in to comment.