fix: ts-ignore error in telegraf.provider.ts

This commit is contained in:
Aleksandr Bukhalo 2020-03-28 11:00:33 +03:00
parent d6104f9a40
commit 177e53b73b

View File

@ -21,7 +21,7 @@ export class TelegrafProvider<TContext extends ContextMessageUpdate>
}
onApplicationBootstrap() {
this.catch(e => {
this.catch((e) => {
this.logger.error(e);
});
this.startPolling();