mirror of
https://github.com/internetee/registry.git
synced 2025-06-12 23:54:44 +02:00
Use single quote instead of double quotes
This commit is contained in:
parent
256d2b7de4
commit
c186929be4
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ module Api
|
||||||
@contacts_pool = Contact.where(id: available_contacts_ids)
|
@contacts_pool = Contact.where(id: available_contacts_ids)
|
||||||
rescue Soap::Arireg::NotAvailableError => error
|
rescue Soap::Arireg::NotAvailableError => error
|
||||||
Rails.logger.fatal("[EXCEPTION] #{error}")
|
Rails.logger.fatal("[EXCEPTION] #{error}")
|
||||||
render json: { errors: [{ base: ["Business Registry not available"] }] },
|
render json: { errors: [{ base: ['Business Registry not available'] }] },
|
||||||
status: :service_unavailable and return
|
status: :service_unavailable and return
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue