Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
peetucket committed Mar 18, 2022
1 parent 738bbf8 commit 0435b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/orcid/work_record.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def put_code

# the name of the source that provided the work to ORCID (e.g. "Crossref")
def work_source
@work_source ||= work_response.dig('source','source-name','value')
@work_source ||= work_response.dig('source', 'source-name', 'value')
end

def work_type
Expand Down

0 comments on commit 0435b05

Please sign in to comment.