mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-22 08:13:47 +00:00
Update Webhook.kt
This commit is contained in:
parent
82c6eda0b7
commit
1e73aac750
@ -51,7 +51,7 @@ fun Route.includeWebhookHandlingInRoute(
|
|||||||
call.respond(HttpStatusCode.OK)
|
call.respond(HttpStatusCode.OK)
|
||||||
}.onFailure {
|
}.onFailure {
|
||||||
call.respond(HttpStatusCode.InternalServerError)
|
call.respond(HttpStatusCode.InternalServerError)
|
||||||
}
|
}.getOrThrow()
|
||||||
} catch (e: Throwable) {
|
} catch (e: Throwable) {
|
||||||
exceptionsHandler ?.invoke(e)
|
exceptionsHandler ?.invoke(e)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user