1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-06-28 20:37:48 +00:00

fixes in AbstractRequestCallFactory

This commit is contained in:
InsanusMokrassar 2019-08-12 17:05:48 +06:00
parent 7e61b77ffe
commit 9e469c7825

View File

@ -29,7 +29,6 @@ abstract class AbstractRequestCallFactory : KtorCallFactory {
accept(ContentType.Application.Json) accept(ContentType.Application.Json)
body = preparedBody body = preparedBody
build()
} }
} }