Skip to content

Commit

Permalink
Tweaks after recent naming changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bwaresiak committed Dec 20, 2023
1 parent 89c9995 commit 3fa51c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"location" : "https://github.com/DuckDuckGo/BrowserServicesKit",
"state" : {
"branch" : "bartek/sync-rate-pixel",
"revision" : "253df98b0a8384a43db3582bfc45003baf8cccf4"
"revision" : "98c80e7051322f81e754342942135078e9f98c2d"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion DuckDuckGo/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
.filter { $0 }
.sink { [weak syncService] _ in
DailyPixel.fire(pixel: .syncDaily, includedParameters: [.appVersion])
syncService?.syncDailyStats.sendStatusIfNeeded(handler: { params in
syncService?.syncDailyStats.sendStatsIfNeeded(handler: { params in
Pixel.fire(pixel: .syncSuccessRateDaily,
withAdditionalParameters: params,
includedParameters: [.appVersion])
Expand Down

0 comments on commit 3fa51c5

Please sign in to comment.