Browse Source

feat: correct template id for 'bulk upload with errors'

pull/1244/head
Sam Seed 3 years ago
parent
commit
5865e2a8d2
  1. 2
      app/mailers/bulk_upload_mailer.rb

2
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(

Loading…
Cancel
Save