diff --git a/lib/services/listeners-explorer.service.ts b/lib/services/listeners-explorer.service.ts index 6a5dbc8..a6ae4eb 100644 --- a/lib/services/listeners-explorer.service.ts +++ b/lib/services/listeners-explorer.service.ts @@ -147,6 +147,7 @@ export class ListenersExplorerService await ctx.reply(String(result)); } // TODO-Possible-Feature: Add more supported return types + return next(); }, ); }