mirror of
https://github.com/internetee/registry.git
synced 2025-07-24 19:48:28 +02:00
fixed codeclimate errors
This commit is contained in:
parent
f4e0084895
commit
e7e3278267
44 changed files with 118 additions and 150 deletions
|
@ -46,9 +46,7 @@ module Deserializers
|
|||
@ds_data = []
|
||||
|
||||
# schema validation prevents both in the same parent node
|
||||
if frame.css('dsData').present?
|
||||
frame.css('dsData').each { |k| @ds_data << key_from_params(k, dsa: true) }
|
||||
end
|
||||
frame.css('dsData').each { |k| @ds_data << key_from_params(k, dsa: true) } if frame.css('dsData').present?
|
||||
|
||||
if frame.css('all')&.text == 'true'
|
||||
keys_from_domain_name(domain_name)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue