From 9e469c7825dee457bb77274d0d154ef0917cac4f Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Mon, 12 Aug 2019 17:05:48 +0600 Subject: [PATCH] fixes in AbstractRequestCallFactory --- .../TelegramBotAPI/bot/Ktor/base/AbstractRequestCallFactory.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/kotlin/com/github/insanusmokrassar/TelegramBotAPI/bot/Ktor/base/AbstractRequestCallFactory.kt b/src/main/kotlin/com/github/insanusmokrassar/TelegramBotAPI/bot/Ktor/base/AbstractRequestCallFactory.kt index 5076d173d2..c924a84bd6 100644 --- a/src/main/kotlin/com/github/insanusmokrassar/TelegramBotAPI/bot/Ktor/base/AbstractRequestCallFactory.kt +++ b/src/main/kotlin/com/github/insanusmokrassar/TelegramBotAPI/bot/Ktor/base/AbstractRequestCallFactory.kt @@ -29,7 +29,6 @@ abstract class AbstractRequestCallFactory : KtorCallFactory { accept(ContentType.Application.Json) body = preparedBody - build() } }