Browse Source

Rubocop

pull/336/head
baarkerlounger 3 years ago
parent
commit
9892eaa222
  1. 2
      app/services/paas_configuration_service.rb

2
app/services/paas_configuration_service.rb

@ -27,7 +27,7 @@ private
JSON.parse(ENV["VCAP_SERVICES"], { symbolize_names: true }) JSON.parse(ENV["VCAP_SERVICES"], { symbolize_names: true })
rescue StandardError rescue StandardError
@logger.warn("Could not parse VCAP_SERVICES!") @logger.warn("Could not parse VCAP_SERVICES!")
return {} {}
end end
end end

Loading…
Cancel
Save