mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 19:20:37 +02:00
Fix some CC issues
This commit is contained in:
parent
221e4ba578
commit
7caa544c83
8 changed files with 50 additions and 53 deletions
|
@ -11,7 +11,7 @@ module Deserializers
|
|||
{
|
||||
hostname: frame.css('hostName').text,
|
||||
ipv4: frame.css('hostAddr[ip="v4"]').map(&:text).compact,
|
||||
ipv6: frame.css('hostAddr[ip="v6"]').map(&:text).compact
|
||||
ipv6: frame.css('hostAddr[ip="v6"]').map(&:text).compact,
|
||||
}
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue