Enable Style/TrailingCommaInArguments
This commit is contained in:
parent
275bb64c1f
commit
7e4268db67
4 changed files with 4 additions and 4 deletions
|
@ -19,7 +19,7 @@ class CARTO::SGMAP::API
|
|||
|
||||
RestClient::Resource.new(
|
||||
url,
|
||||
verify_ssl: verify_ssl_mode,
|
||||
verify_ssl: verify_ssl_mode
|
||||
).post params[:geojson], content_type: 'application/json'
|
||||
|
||||
rescue RestClient::InternalServerError
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue