mirror of
https://github.com/internetee/registry.git
synced 2025-07-26 04:28:27 +02:00
Fix CC issues
This commit is contained in:
parent
451e1f79af
commit
a182dfb3ba
5 changed files with 7 additions and 6 deletions
|
@ -141,7 +141,7 @@ class Registrar < ApplicationRecord
|
|||
end
|
||||
|
||||
# Audit log is needed, therefore no raw SQL
|
||||
def replace_nameservers(hostname, new_attributes, domains)
|
||||
def replace_nameservers(hostname, new_attributes, domains: [])
|
||||
transaction do
|
||||
domain_list = []
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue