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 15, 2025
1 parent efaa2b7 commit 08e26bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/orcid_affiliation.rb
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def self.push_item(item)
"timestamp" => iiitem["timestamp"],
"license" => iiitem["license"],
# "subj" => iiitem["subj"],
"subj" => iitem["obj"],
"subj" => iiitem["obj"],
"obj" => iiitem["obj"],
},
},
Expand Down

0 comments on commit 08e26bd

Please sign in to comment.