swarmapp-api
Advanced tools
Comparing version 1.1.7 to 1.1.8
@@ -148,4 +148,3 @@ const _ = require('lodash'); | ||
} catch (error) { | ||
this.error(error) | ||
throw new Error(error); | ||
throw new Error("Error getting user data, maybe an authentication error ?"); | ||
return; | ||
@@ -152,0 +151,0 @@ } |
{ | ||
"name": "swarmapp-api", | ||
"version": "1.1.7", | ||
"version": "1.1.8", | ||
"description": "A javascript wrapper for swarmapp (foursquare) API", | ||
@@ -5,0 +5,0 @@ "main": "main.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
16837
358