mirror of
https://github.com/Maks1mS/nestjs-telegraf.git
synced 2025-03-31 05:43:44 +03:00
Revert "[Fix] Call next after handler" (#310)
This commit is contained in:
parent
ecc625240c
commit
75e4f3761c
@ -147,7 +147,6 @@ export class ListenersExplorerService
|
|||||||
await ctx.reply(String(result));
|
await ctx.reply(String(result));
|
||||||
}
|
}
|
||||||
// TODO-Possible-Feature: Add more supported return types
|
// TODO-Possible-Feature: Add more supported return types
|
||||||
return next();
|
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user