Browse Source

fix: remove any_setup_sections_incomplete

pull/1334/head
Sam Seed 3 years ago committed by Phil Lee
parent
commit
7b3bae7059
  1. 1
      app/services/bulk_upload/processor.rb

1
app/services/bulk_upload/processor.rb

@ -57,7 +57,6 @@ private
BulkUploadMailer.send_correct_and_upload_again_mail(
bulk_upload:,
errors: {
any_setup_sections_incomplete: validator.any_setup_sections_incomplete?,
over_column_error_threshold: validator.over_column_error_threshold?,
any_logs_already_exist: validator.any_logs_already_exist?,
},

Loading…
Cancel
Save