Skip to content

Commit

Permalink
Rubocop fix
Browse files Browse the repository at this point in the history
  • Loading branch information
elohanlon committed Nov 15, 2023
1 parent 11ab56a commit d14487a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/hysync/marc_synchronizer/runner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def create_or_update_hyacinth_record(marc_record, base_digital_object_data, forc
Rails.logger.error msg
end

return @errors.blank?, @errors
[@errors.blank?, @errors]
end

# If given hyacinth_record marc_005_last_modified value is equal to given marc_record 005
Expand Down

0 comments on commit d14487a

Please sign in to comment.