Skip to content

Commit

Permalink
remove duplicates from fields of science
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Jul 4, 2020
1 parent 29bd5c5 commit f9c8058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/graphql/types/doi_item.rb
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def fields_of_science
{
"id" => name.parameterize(separator: '_'),
"name" => name }
end
end.uniq
end

def creators(**args)
Expand Down

0 comments on commit f9c8058

Please sign in to comment.