Remove non-working SupporterEmail call

This commit is contained in:
Eric Schultz 2019-11-07 16:57:58 -06:00
parent 9c9e6bd861
commit 0144372084

View file

@ -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