From 5865e2a8d22d6c4dc282543a958f82260b0741d5 Mon Sep 17 00:00:00 2001 From: Sam Seed Date: Thu, 26 Jan 2023 16:21:40 +0000 Subject: [PATCH] feat: correct template id for 'bulk upload with errors' --- app/mailers/bulk_upload_mailer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/mailers/bulk_upload_mailer.rb b/app/mailers/bulk_upload_mailer.rb index 9e931cd33..4fadb699e 100644 --- a/app/mailers/bulk_upload_mailer.rb +++ b/app/mailers/bulk_upload_mailer.rb @@ -1,6 +1,6 @@ class BulkUploadMailer < NotifyMailer BULK_UPLOAD_FAILED_TEMPLATE_ID = "e27abcd4-5295-48c2-b127-e9ee4b781b75".freeze - BULK_UPLOAD_WITH_ERRORS_TEMPLATE_ID = "e27abcd4-5295-48c2-b127-e9ee4b781b75".freeze + BULK_UPLOAD_WITH_ERRORS_TEMPLATE_ID = "eb539005-6234-404e-812d-167728cf4274".freeze def send_bulk_upload_failed_mail(user, bulk_upload) send_email(