From 6b78cfbfd8787cc73b3933f970a8f4a0b197d374 Mon Sep 17 00:00:00 2001 From: sairajzero Date: Sun, 5 Feb 2023 05:46:15 +0530 Subject: [PATCH] Update index.js --- lib/services/address/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/services/address/index.js b/lib/services/address/index.js index 48a5667b..65942da9 100644 --- a/lib/services/address/index.js +++ b/lib/services/address/index.js @@ -942,8 +942,8 @@ AddressService.prototype._streamAddressSummary = function(address, options, stre txIdTransformStream.on('end', function() { q.drain = (e, d)=> { - console.debug("END-DRAIN", d_count, td_count); - next(e, d); + console.debug("END-DRAIN", e, d, d_count, td_count); + next(); }; //q.resume(); });