mirror of
https://github.com/internetee/registry.git
synced 2025-07-30 14:36:22 +02:00
refactored base codeclimate warnings
This commit is contained in:
parent
cda56c735f
commit
a8f1f885de
4 changed files with 3 additions and 8 deletions
|
@ -21,7 +21,7 @@ module EisBilling
|
|||
registrar = invoice.buyer
|
||||
bank.create_activity(registrar, invoice)
|
||||
|
||||
render status: 200, json: { status: 'ok' }
|
||||
render status: 200, json: { status: :ok }
|
||||
end
|
||||
|
||||
private
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue