mirror of
https://github.com/internetee/registry.git
synced 2025-06-11 15:14:47 +02:00
Update array indentation to conform with Rubocop requirements
This commit is contained in:
parent
c92fc25683
commit
58fec27f72
1 changed files with 2 additions and 2 deletions
|
@ -38,8 +38,8 @@ module Api
|
||||||
return if current_user.administrated_domains.include?(@domain)
|
return if current_user.administrated_domains.include?(@domain)
|
||||||
|
|
||||||
render json: { errors: [
|
render json: { errors: [
|
||||||
{ base: ['Only administrative contacts can manage registry locks'] }
|
{ base: ['Only administrative contacts can manage registry locks'] }
|
||||||
] },
|
] },
|
||||||
status: :unauthorized and return
|
status: :unauthorized and return
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue