From 27ca6c216750f33294878a3272bb813a946a37d3 Mon Sep 17 00:00:00 2001 From: Igor Kamyshev Date: Sun, 3 Mar 2019 15:15:16 +0200 Subject: [PATCH] fix: fix auto-import --- lib/TelegramBot.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/TelegramBot.ts b/lib/TelegramBot.ts index f151aee..a4d86ca 100644 --- a/lib/TelegramBot.ts +++ b/lib/TelegramBot.ts @@ -11,7 +11,7 @@ import { Bot } from './Bot' import { TelegramActionHandler } from './decorators/TelegramActionHandler' import { TokenInjectionToken } from './TokenInjectionToken' import { TelegramModuleOptionsFactory } from './TelegramModuleOptionsFactory' -import { InvalidConfigurationException } from 'InvalidConfigurationException' +import { InvalidConfigurationException } from './InvalidConfigurationException' @Injectable() export class TelegramBot {