mirror of
https://github.com/Maks1mS/nestjs-telegraf.git
synced 2024-12-25 15:34:38 +03:00
fix: ts-ignore bad place
NJTG-8
This commit is contained in:
parent
81e206eca2
commit
47c88c78d6
@ -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