diff --git a/Sources/PrivacyDashboard/PrivacyDashboardController.swift b/Sources/PrivacyDashboard/PrivacyDashboardController.swift index e15d8dfe6..5bc696c1e 100644 --- a/Sources/PrivacyDashboard/PrivacyDashboardController.swift +++ b/Sources/PrivacyDashboard/PrivacyDashboardController.swift @@ -370,7 +370,7 @@ extension PrivacyDashboardController: PrivacyDashboardUserScriptDelegate { func userScriptDidRequestShowReportBrokenSite(_ userScript: PrivacyDashboardUserScript) { eventMapping.fire(.showReportBrokenSite) } - + func userScriptDidRequestReportBrokenSiteShown(_ userScript: PrivacyDashboardUserScript) { eventMapping.fire(.reportBrokenSiteShown, parameters: [ PrivacyDashboardEvents.Parameters.source: source.rawValue