mirror of
https://github.com/internetee/registry.git
synced 2025-06-05 20:27:30 +02:00
Fix CC issues
This commit is contained in:
parent
e40737408f
commit
7d08e22f6f
2 changed files with 3 additions and 3 deletions
|
@ -25,7 +25,7 @@ module Repp
|
|||
|
||||
def render_success(code: nil, message: nil, data: nil)
|
||||
@response = { code: code || 1000, message: message || 'Command completed successfully',
|
||||
data: data || {} }
|
||||
data: data || {} }
|
||||
|
||||
render(json: @response, status: :ok)
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue