Skip to content

Commit

Permalink
add logging for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
wendelfabianchinsamy committed Jan 14, 2025
1 parent 9b8829d commit b2a0f55
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/models/funder_identifier.rb
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@ def self.push_item(item)
push_items = Array.wrap(funder_identifiers).reduce([]) do |ssum, iitem|
funder_identifier = iitem.fetch("funderIdentifier",
nil).to_s.strip.downcase
# obj_id = normalize_doi(funder_identifier)
obj_id = "https://doi.org/10.4224/17210691"
obj_id = normalize_doi(funder_identifier)

relation_type_id = "is_funded_by"
source_id = "datacite_funder"
Expand Down

0 comments on commit b2a0f55

Please sign in to comment.