Fix CC issues

This commit is contained in:
Karl Erik Õunapuu 2020-11-06 16:21:14 +02:00
parent 451e1f79af
commit a182dfb3ba
No known key found for this signature in database
GPG key ID: C9DD647298A34764
5 changed files with 7 additions and 6 deletions

View file

@ -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 = []