mirror of
https://github.com/internetee/registry.git
synced 2025-07-03 09:43:36 +02:00
107821878-typo
This commit is contained in:
parent
34f957ebe3
commit
af023edf3a
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ class ContactMailer < ApplicationMailer
|
||||||
def email_updated(email, contact_id, should_deliver)
|
def email_updated(email, contact_id, should_deliver)
|
||||||
@contact = Contact.find_by(id: contact_id)
|
@contact = Contact.find_by(id: contact_id)
|
||||||
return unless email || @contact
|
return unless email || @contact
|
||||||
return if delivery_off?(contact, should_deliver)
|
return if delivery_off?(@contact, should_deliver)
|
||||||
return if whitelist_blocked?(email)
|
return if whitelist_blocked?(email)
|
||||||
|
|
||||||
begin
|
begin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue