Skip to content

Commit

Permalink
fix: Handle all ktor exceptions manually
Browse files Browse the repository at this point in the history
  • Loading branch information
sirambd committed Dec 4, 2024
1 parent 17fd931 commit efb96ee
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ class ApiClientProvider internal constructor(

fun createHttpClient(engine: HttpClientEngineFactory<*>?): HttpClient {
val block: HttpClientConfig<*>.() -> Unit = {
expectSuccess = true
install(UserAgent) {
agent = userAgent
}
Expand Down

0 comments on commit efb96ee

Please sign in to comment.