Remove a useless default in CARTO::SGMAP::API.call

This commit is contained in:
gregoirenovel 2018-10-15 15:46:44 +02:00
parent 1f0af303f3
commit 0196309822

View file

@ -14,7 +14,7 @@ class CARTO::SGMAP::API
private
def self.call(url, params = {})
def self.call(url, params)
verify_ssl_mode = OpenSSL::SSL::VERIFY_NONE
RestClient::Resource.new(