Skip to content

Commit

Permalink
Update DuckDuckGo/NetworkProtection/AppTargets/BothAppTargets/Network…
Browse files Browse the repository at this point in the history
…ProtectionTunnelController.swift


Committing a change from a code review comment.

Co-authored-by: Sam Symons <[email protected]>
  • Loading branch information
diegoreymendez and samsymons authored May 1, 2024
1 parent 987e183 commit 91b9865
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ final class NetworkProtectionTunnelController: TunnelController, TunnelSessionPr

if case StartError.cancelled = error {
PixelKit.fire(
NetworkProtectionPixelEvent.networkProtectionControllerStartSuccess, frequency: .dailyAndCount, includeAppVersionParameter: true
NetworkProtectionPixelEvent.networkProtectionControllerStartCancelled, frequency: .dailyAndCount, includeAppVersionParameter: true
)
} else {
PixelKit.fire(
Expand Down

0 comments on commit 91b9865

Please sign in to comment.