@ercworldio/blockchain-shared 1.0.0-dev.23 → 1.0.0-dev.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -119,7 +119,7 @@ class QnWebhookAddressManager {
119
119
  continue;
120
120
  entry.address_set.add(address);
121
121
  try {
122
- yield this.api.update_webhook_addresses(entry.webhook_id, entry.template, Array.from(entry.address_set));
122
+ this.api.update_webhook_addresses(entry.webhook_id, entry.template, Array.from(entry.address_set));
123
123
  console.log(`QnWebhookAddressManager: Added ${address} to ${entry.name} webhook`);
124
124
  }
125
125
  catch (error) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ercworldio/blockchain-shared",
3
- "version": "1.0.0-dev.23",
3
+ "version": "1.0.0-dev.24",
4
4
  "description": "Shared library for blockchain projects",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",