mirror of
https://github.com/Maks1mS/nestjs-telegraf.git
synced 2024-12-24 23:14:39 +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() {
|
||||
this.catch(e => {
|
||||
this.catch((e) => {
|
||||
this.logger.error(e);
|
||||
});
|
||||
this.startPolling();
|
||||
|
Loading…
Reference in New Issue
Block a user