bitagora-booth
Advanced tools
Comparing version 1.0.160 to 1.0.161
@@ -211,4 +211,7 @@ /** | ||
let result = await postVote(bytes, apis[i]).catch((e) => { | ||
response['code'] = e['error']['code']; | ||
response['message'] = e['error']['message']; | ||
console.log(e); | ||
if (Boolean(e['error']) && Boolean(e['error']['code'])) { | ||
response['code'] = e['error']['code']; | ||
response['message'] = e['error']['message']; | ||
} | ||
return false; | ||
@@ -215,0 +218,0 @@ }); |
{ | ||
"name": "bitagora-booth", | ||
"version": "1.0.160", | ||
"version": "1.0.161", | ||
"license": "Apache-2.0", | ||
@@ -5,0 +5,0 @@ "author": "Ignasi Ribó, 2018", |
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
77613
2912