Skip to content

Commit

Permalink
Small tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
LocoDelAssembly committed Sep 16, 2020
1 parent 6601c12 commit a878acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/dataset_record/darwin_core/occurrence.rb
Expand Up @@ -135,7 +135,7 @@ def parse_identifiedBy

if res[:last_name].blank?
res[:last_name] = res[:first_name]
res.delete(:first_name)
res[:first_name] = nil
end
res
end
Expand Down

0 comments on commit a878acb

Please sign in to comment.