From 0144372084f4521f71e896ddcad43cb784b7dbf2 Mon Sep 17 00:00:00 2001 From: Eric Schultz Date: Thu, 7 Nov 2019 16:57:58 -0600 Subject: [PATCH] Remove non-working SupporterEmail call --- app/controllers/nonprofits/supporter_emails_controller.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/controllers/nonprofits/supporter_emails_controller.rb b/app/controllers/nonprofits/supporter_emails_controller.rb index 1256f12d..abdaded3 100644 --- a/app/controllers/nonprofits/supporter_emails_controller.rb +++ b/app/controllers/nonprofits/supporter_emails_controller.rb @@ -20,7 +20,6 @@ module Nonprofits return end - DelayedJobHelper.enqueue_job(EmailSupporters, :deliver, [ids, params[:supporter_email]]) render json: { count: ids.count }, status: :ok end