mirror of
https://github.com/internetee/registry.git
synced 2025-06-05 04:07:33 +02:00
Fix CC issues
This commit is contained in:
parent
ef5c4bd54e
commit
556008debe
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ module Api
|
|||
serializer.to_json
|
||||
end
|
||||
|
||||
render json: {count: domains.count, domains: serialized_domains}
|
||||
render json: { count: domains.count, domains: serialized_domains }
|
||||
end
|
||||
|
||||
def show
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue