mirror of
https://github.com/internetee/registry.git
synced 2025-05-18 18:29:40 +02:00
rubocop updates
This commit is contained in:
parent
e289366734
commit
168df25aeb
3 changed files with 5 additions and 3 deletions
|
@ -408,7 +408,7 @@ class Epp::Domain < Domain
|
|||
)
|
||||
end
|
||||
|
||||
def epp_destroy(frame, user_id, verify=true)
|
||||
def epp_destroy(frame, user_id, verify = true)
|
||||
return false unless valid?
|
||||
|
||||
if verify && frame.css('delete').attr('verified').to_s.downcase != 'yes'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue