Comparing version 0.0.72 to 0.0.73
@@ -614,15 +614,2 @@ 'use strict' | ||
} | ||
// if(this.data.failed.length === 0) { | ||
// this.thread--; | ||
// connection.isSending = false; | ||
// if(this.status === ConnectorStatus.sending) { | ||
// this.status = ConnectorStatus.ready; | ||
// await connection.Send(endData).then(res => { | ||
// this.#Emit('send_finish', endData.data); | ||
// }); | ||
// } | ||
// } else { | ||
// this.data.send = [...this.data.send, ...this.data.failed]; | ||
// this.data.failed = []; | ||
// } | ||
@@ -629,0 +616,0 @@ this.thread--; |
{ | ||
"name": "guardee", | ||
"version": "0.0.72", | ||
"version": "0.0.73", | ||
@@ -5,0 +5,0 @@ "description": "Guardee Wallet API", |
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
49207
1289