apollo-ai-api-client
Advanced tools
Comparing version 0.2.5 to 0.2.6
@@ -103,3 +103,3 @@ "use strict"; | ||
else { | ||
throw new Error('Invalid present Article' + pA + ' at position ' + index); | ||
return Promise.reject(new Error('Invalid present Article' + pA + ' at position ' + index)); | ||
} | ||
@@ -109,3 +109,3 @@ }); | ||
if (duplicates.length !== 0) { | ||
throw new Error('Passing the same article in newArticles and presentArticles is not allowed.'); | ||
return Promise.reject(new Error('Passing the same article in newArticles and presentArticles is not allowed.')); | ||
} | ||
@@ -112,0 +112,0 @@ const url = new url_1.URL(this.apolloApiEndpoint + this.combinedApiEndpoint); |
{ | ||
"name": "apollo-ai-api-client", | ||
"version": "0.2.5", | ||
"version": "0.2.6", | ||
"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
16490