mirror of
https://github.com/internetee/registry.git
synced 2025-06-10 14:44:47 +02:00
Some Rubocop nonsense
This commit is contained in:
parent
e9738330dc
commit
106c506d22
1 changed files with 1 additions and 1 deletions
|
@ -451,7 +451,7 @@ class Contact < ApplicationRecord
|
|||
end
|
||||
|
||||
def qualified_domain_name_list(requester, filter_sql)
|
||||
return Domain.where('domains.id IN (?)', filter_sql) unless requester.present?
|
||||
return Domain.where('domains.id IN (?)', filter_sql) if requester.blank?
|
||||
|
||||
registrant_user = RegistrantUser.find_or_initialize_by(registrant_ident:
|
||||
"#{requester.ident_country_code}-#{requester.ident}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue