mirror of
https://github.com/internetee/registry.git
synced 2025-07-21 10:16:01 +02:00
Story #109086524 - remove excess method call
This commit is contained in:
parent
32d0200a9f
commit
176bd33ad5
1 changed files with 0 additions and 1 deletions
|
@ -9,7 +9,6 @@ class DomainUpdateConfirmJob < Que::Job
|
|||
domain.apply_pending_update! do |e|
|
||||
e.instance_variable_set("@changed_attributes", e.changed_attributes.merge("statuses"=>[]))
|
||||
end
|
||||
domain.clean_pendings!
|
||||
when RegistrantVerification::REJECTED
|
||||
DomainMailer.pending_update_rejected_notification_for_new_registrant(domain_id).deliver
|
||||
domain.poll_message!(:poll_pending_update_rejected_by_registrant)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue