bitagora-booth
Advanced tools
Comparing version 1.0.159 to 1.0.160
@@ -71,3 +71,3 @@ /** | ||
console.log(err); | ||
reject(err; | ||
reject(err); | ||
} else { | ||
@@ -288,3 +288,4 @@ console.log("Response from postVote"); | ||
if (!Boolean(uniqueAPIs) || uniqueAPIs.length == 0) throw 'No APIs'; | ||
getVoteBytes(newVote, signer, context.poll).then((bytes) => { | ||
uniqueAPIs.sort(function() { return .5 - Math.random(); }); | ||
getVoteBytes(newVote, signer, context.poll).then((bytes) => { | ||
try { | ||
@@ -291,0 +292,0 @@ if (!bytes) throw 'No bytes to send'; |
{ | ||
"name": "bitagora-booth", | ||
"version": "1.0.159", | ||
"version": "1.0.160", | ||
"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
77526
2909