Skip to content

Commit

Permalink
Merge pull request #1206 from datacite/fix_unknown_attribute
Browse files Browse the repository at this point in the history
Fix unknown attribute error for import
  • Loading branch information
richardhallett committed Jul 3, 2024
2 parents a1c2aa9 + c22bc3b commit 732ea1d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/models/datacite_doi.rb
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ def self.import_in_bulk(ids, options = {})
:part_of_events,
:version_events,
:version_of_events,
:events,
:metadata
)
selected_dois.find_in_batches(batch_size: batch_size) do |dois|
Expand Down

0 comments on commit 732ea1d

Please sign in to comment.