From 3eff20a91dabdd85677207430e71acba5547177e Mon Sep 17 00:00:00 2001 From: Morb0 Date: Sat, 6 Mar 2021 15:14:32 +0300 Subject: [PATCH] fix(explorer): call next after callback fn --- lib/services/listeners-explorer.service.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/services/listeners-explorer.service.ts b/lib/services/listeners-explorer.service.ts index 233a26b..e1869a2 100644 --- a/lib/services/listeners-explorer.service.ts +++ b/lib/services/listeners-explorer.service.ts @@ -145,6 +145,7 @@ export class ListenersExplorerService await ctx.reply(String(result)); } // TODO-Possible-Feature: Add more supported return types + return next(); }, ); }