From 75e4f3761c67d76ee1f270a58b6bac3a9ca7acf3 Mon Sep 17 00:00:00 2001 From: Alexander Bukhalo Date: Sat, 6 Mar 2021 16:11:15 +0300 Subject: [PATCH] Revert "[Fix] Call next after handler" (#310) --- lib/services/listeners-explorer.service.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/services/listeners-explorer.service.ts b/lib/services/listeners-explorer.service.ts index a6ae4eb..6a5dbc8 100644 --- a/lib/services/listeners-explorer.service.ts +++ b/lib/services/listeners-explorer.service.ts @@ -147,7 +147,6 @@ export class ListenersExplorerService await ctx.reply(String(result)); } // TODO-Possible-Feature: Add more supported return types - return next(); }, ); }