From 7b3bae7059ccb694bdf5c4f160a7688e63942b38 Mon Sep 17 00:00:00 2001 From: Sam Seed Date: Thu, 30 Mar 2023 17:30:15 +0100 Subject: [PATCH] fix: remove any_setup_sections_incomplete --- app/services/bulk_upload/processor.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/services/bulk_upload/processor.rb b/app/services/bulk_upload/processor.rb index adc0de0e3..4505d0923 100644 --- a/app/services/bulk_upload/processor.rb +++ b/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?, },