fix: ts-ignore bad place

NJTG-8
This commit is contained in:
donbot 2020-03-28 00:20:08 +03:00
parent 81e206eca2
commit 47c88c78d6

View File

@ -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();