From 7ec4fc460a66217444e01f0ff4336eb263a1f55d Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Wed, 30 Jun 2021 14:01:59 +0600 Subject: [PATCH] fix build --- .../kotlin/dev/inmo/tgbotapi/bot/exceptions/RequestException.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/bot/exceptions/RequestException.kt b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/bot/exceptions/RequestException.kt index 038411dc74..3ed3242660 100644 --- a/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/bot/exceptions/RequestException.kt +++ b/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/bot/exceptions/RequestException.kt @@ -24,7 +24,7 @@ fun newRequestException( plainAnswer, message, cause - ), + ) description.contains("Conflict: terminated by other getUpdates request") -> GetUpdatesConflict( response, plainAnswer,