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(); }, ); }