Remove a useless default in CARTO::SGMAP::API.call
This commit is contained in:
parent
1f0af303f3
commit
0196309822
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ class CARTO::SGMAP::API
|
||||||
|
|
||||||
private
|
private
|
||||||
|
|
||||||
def self.call(url, params = {})
|
def self.call(url, params)
|
||||||
verify_ssl_mode = OpenSSL::SSL::VERIFY_NONE
|
verify_ssl_mode = OpenSSL::SSL::VERIFY_NONE
|
||||||
|
|
||||||
RestClient::Resource.new(
|
RestClient::Resource.new(
|
||||||
|
|
Loading…
Reference in a new issue