Skip to content

Commit

Permalink
Bad copy paste in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarty committed Jun 15, 2022
1 parent 5c84fdc commit 91c0e2c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ internal abstract class SessionModule {
return okHttpClient
.newBuilder()
.apply {
// Remove the previous CurlLoggingInterceptor, to add it after the accessTokenInterceptor
// Remove the previous CurlLoggingInterceptor, to add it after the downloadProgressInterceptor
val existingCurlInterceptors = interceptors().filterIsInstance<CurlLoggingInterceptor>()
interceptors().removeAll(existingCurlInterceptors)

Expand Down

0 comments on commit 91c0e2c

Please sign in to comment.