Comparing version 0.0.83 to 0.0.84
@@ -764,2 +764,4 @@ 'use strict' | ||
this.status = ConnectorStatus.ready; | ||
clearInterval(interval); | ||
return; | ||
} | ||
@@ -769,4 +771,3 @@ if(this.data.failed.length > 0) { | ||
} | ||
if(this.thread >= this.threadCount || this.data.send.length === 0) { | ||
clearInterval(interval); | ||
if(this.thread >= this.threadCount) { | ||
return; | ||
@@ -773,0 +774,0 @@ } |
{ | ||
"name": "guardee", | ||
"version": "0.0.83", | ||
"version": "0.0.84", | ||
"description": "Guardee Wallet API", | ||
@@ -5,0 +5,0 @@ "main": "index.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
1295
49405