diff --git a/lib/telegraf.provider.ts b/lib/telegraf.provider.ts index b13626f..ed1f90a 100644 --- a/lib/telegraf.provider.ts +++ b/lib/telegraf.provider.ts @@ -21,7 +21,7 @@ export class TelegrafProvider } onApplicationBootstrap() { - this.catch(e => { + this.catch((e) => { this.logger.error(e); }); this.startPolling();