mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 20:18:22 +02:00
Try to fix nil class error on import
This commit is contained in:
parent
e56fa4e97f
commit
2d6396c945
1 changed files with 1 additions and 1 deletions
|
@ -348,7 +348,7 @@ namespace :import do
|
|||
user,
|
||||
x.id
|
||||
]
|
||||
end if x.nsset
|
||||
end if x.nsset && x.nsset.hosts
|
||||
|
||||
x.dnskeys.each do |key|
|
||||
dnskeys << [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue