Skip to content

Commit

Permalink
Fix assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
mscwilson committed May 10, 2024
1 parent 18b5fd0 commit c81db90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ class Emitter(
set(serverAnonymisation) {
field = serverAnonymisation
if (!isCustomNetworkConnection && builderFinished && networkConnection is OkHttpNetworkConnection) {
(networkConnection as OkHttpNetworkConnection).serverAnonymisation = true
(networkConnection as OkHttpNetworkConnection).serverAnonymisation = serverAnonymisation
}
}

Expand Down

0 comments on commit c81db90

Please sign in to comment.