uber-handler
Advanced tools
Comparing version 0.4.9 to 0.4.10
@@ -11,3 +11,3 @@ requrie('dotenv').config() | ||
this.sandbox = config.sandbox || false; | ||
this.baseURL = process.env.NODE_ENV == 'development' ? process.env.DEV_BASE_URL : this.sandbox | ||
this.baseURL = process.env.NODE_ENV == 'development' ? process.env.DEV_BASE_URL + '/uber' : this.sandbox | ||
? "https://sandbox-api.uber.com/v1.2" | ||
@@ -14,0 +14,0 @@ : "https://api.uber.com/v1.2"; |
{ | ||
"name": "uber-handler", | ||
"version": "0.4.9", | ||
"version": "0.4.10", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4894