fix: wrong telegraf instance using

This commit is contained in:
Aleksandr Bukhalo 2020-04-24 16:09:11 +03:00
parent b5bb0034bc
commit 196e734b5c

View File

@ -5,7 +5,7 @@ import {
Logger,
OnApplicationShutdown,
} from '@nestjs/common';
import { Telegraf, ContextMessageUpdate } from 'telegraf';
import Telegraf, { ContextMessageUpdate } from 'telegraf';
import { TELEGRAF_MODULE_OPTIONS } from './telegraf.constants';
import { TelegrafModuleOptions } from './interfaces';