From 45c0e8957a30606d15ec3652b6286a43e63d28c6 Mon Sep 17 00:00:00 2001 From: Igor Kamyshev Date: Thu, 28 Feb 2019 10:38:07 +0200 Subject: [PATCH] fix: fix typo in import --- lib/TelegramBot.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/TelegramBot.ts b/lib/TelegramBot.ts index e26c247..2570315 100644 --- a/lib/TelegramBot.ts +++ b/lib/TelegramBot.ts @@ -10,7 +10,7 @@ import { Handler } from './Handler' import { Bot } from './Bot' import { TelegramActionHandler } from './decorators/TelegramActionHandler' import { TokenInjectionToken } from './TokenInjectionToken' -import { TelegramModuleOptionsFactory } from 'TelegramModuleOptionsFactory' +import { TelegramModuleOptionsFactory } from './TelegramModuleOptionsFactory' @Injectable() export class TelegramBot {