mirror of
https://github.com/internetee/registry.git
synced 2025-06-12 07:34:45 +02:00
Fix rubocop issues
This commit is contained in:
parent
6fb1e44cca
commit
4d5dd1dae7
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ module Repp
|
||||||
status 200
|
status 200
|
||||||
@response = { data: { type: 'nameserver',
|
@response = { data: { type: 'nameserver',
|
||||||
id: params[:data][:attributes][:hostname],
|
id: params[:data][:attributes][:hostname],
|
||||||
attributes: params[:data][:attributes]},
|
attributes: params[:data][:attributes] },
|
||||||
affected_domains: affected_domains }
|
affected_domains: affected_domains }
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue