mirror of
https://github.com/Maks1mS/nestjs-telegraf.git
synced 2025-01-11 22:51:06 +03:00
fix: ts-ignore error in telegraf.provider.ts
This commit is contained in:
parent
d6104f9a40
commit
177e53b73b
@ -21,7 +21,7 @@ export class TelegrafProvider<TContext extends ContextMessageUpdate>
|
|||||||
}
|
}
|
||||||
|
|
||||||
onApplicationBootstrap() {
|
onApplicationBootstrap() {
|
||||||
this.catch(e => {
|
this.catch((e) => {
|
||||||
this.logger.error(e);
|
this.logger.error(e);
|
||||||
});
|
});
|
||||||
this.startPolling();
|
this.startPolling();
|
||||||
|
Loading…
Reference in New Issue
Block a user