Skip to content

Commit

Permalink
Fix unknown attribute error for import
Browse files Browse the repository at this point in the history
  • Loading branch information
richardhallett committed Jul 3, 2024
1 parent a1c2aa9 commit c22bc3b
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 c22bc3b

Please sign in to comment.