Skip to content

Commit f948a83

Browse files
adalparidcalhoun
andauthored
Update libs/fluxc/src/main/java/org/wordpress/android/fluxc/network/rest/wpapi/rs/WpApiClientProvider.kt
Co-authored-by: David Calhoun <[email protected]>
1 parent 69dcf6e commit f948a83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/fluxc/src/main/java/org/wordpress/android/fluxc/network/rest/wpapi/rs/WpApiClientProvider.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class WpApiClientProvider @Inject constructor(
4343
// Create OkHttpClient with cookie jar for cookies/nonce authentication
4444
val okHttpClient = OkHttpClient.Builder()
4545
.cookieJar(object : CookieJar {
46-
// We are storing the cookie in memory as this is a one-time call and there0s no need to persist it
46+
// We are storing the cookie in memory as this is a one-time call and there is no need to persist it
4747
private val cookieStore = mutableMapOf<String, List<Cookie>>()
4848

4949
override fun saveFromResponse(url: HttpUrl, cookies: List<Cookie>) {

0 commit comments

Comments
 (0)