Skip to content

Commit

Permalink
chore: Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sirambd committed Nov 13, 2024
1 parent a0e195d commit 532b48e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ import kotlinx.serialization.json.Json

class ApiClientProvider internal constructor(
engine: HttpClientEngineFactory<*>? = null,
// When you don't use SwissTransferInjection, you don't have an userAgent, so we're currently setting a default value.
// See later how to improve it.
private val userAgent: String = "Ktor client",
) {

Expand Down

0 comments on commit 532b48e

Please sign in to comment.