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