apollo-ai-api-client
Advanced tools
Comparing version 0.2.4 to 0.2.5
@@ -134,7 +134,11 @@ "use strict"; | ||
return clusteringResult.json().catch((e) => { | ||
console.log(e); | ||
if (this.debug) { | ||
console.error(e); | ||
} | ||
return Promise.reject(e); | ||
}); | ||
}, (error) => { | ||
console.log(error); | ||
if (this.debug) { | ||
console.error(error); | ||
} | ||
return Promise.reject(error); | ||
@@ -141,0 +145,0 @@ }); |
{ | ||
"name": "apollo-ai-api-client", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"description": "Client for the apollo.ai auto abstract api.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
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
16404
234