node-my-info-sg
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -98,3 +98,3 @@ const _ = require('lodash'); | ||
// ERROR | ||
reject(new Error(callErr)); | ||
reject(callErr); | ||
} else { | ||
@@ -147,3 +147,3 @@ // SUCCESSFUL | ||
if (callErr) { | ||
reject(new Error(callErr)); | ||
reject(callErr); | ||
} else { | ||
@@ -150,0 +150,0 @@ // SUCCESSFUL |
{ | ||
"name": "node-my-info-sg", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/client.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
25936