mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
Story #104525314 - fix typo, wrong braces
This commit is contained in:
parent
bd85e0b33c
commit
2c717d247a
1 changed files with 1 additions and 1 deletions
|
@ -399,7 +399,7 @@ class Domain < ActiveRecord::Base
|
|||
def clean_pendings!
|
||||
preclean_pendings
|
||||
self.pending_json = {}
|
||||
statuses.delete[DomainStatus::PENDING_DELETE_CONFIRMATION]
|
||||
statuses.delete(DomainStatus::PENDING_DELETE_CONFIRMATION)
|
||||
statuses.delete(DomainStatus::PENDING_UPDATE)
|
||||
statuses.delete(DomainStatus::PENDING_DELETE)
|
||||
status_notes[DomainStatus::PENDING_UPDATE] = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue