mirror of
https://github.com/Maks1mS/nestjs-telegraf.git
synced 2025-09-23 09:49:06 +03:00
Merge pull request #309 from Morb0/fix/call-next
[Fix] Call next after handler
This commit is contained in:
@@ -147,6 +147,7 @@ export class ListenersExplorerService
|
||||
await ctx.reply(String(result));
|
||||
}
|
||||
// TODO-Possible-Feature: Add more supported return types
|
||||
return next();
|
||||
},
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user