Skip to content

Commit

Permalink
Fixed pixel name
Browse files Browse the repository at this point in the history
  • Loading branch information
mgurgel committed Jan 17, 2025
1 parent 412950c commit 93ec05a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DuckDuckGo/Statistics/NonStandardPixel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ enum NonStandardPixel: PixelKitEventV2 {
var name: String {
switch self {
case .brokenSiteReport: return "epbf_macos_desktop"
case .brokenSiteReportSent: return "epbf_macos_desktop_sent"
case .brokenSiteReportSent: return "m_report-broken-site_sent"
case .brokenSiteReportShown: return "m_report-broken-site_shown"
case .privacyDashboardReportBrokenSite: return "mp_rb"
case .emailEnabled: return "email_enabled_macos_desktop"
Expand Down

0 comments on commit 93ec05a

Please sign in to comment.