Skip to content

Commit

Permalink
Merge release/1.114.0 into main
Browse files Browse the repository at this point in the history
  • Loading branch information
daxmobile authored Nov 14, 2024
2 parents 8d82528 + 17196a3 commit 5323716
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Configuration/BuildNumber.xcconfig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
CURRENT_PROJECT_VERSION = 306
CURRENT_PROJECT_VERSION = 307
2 changes: 1 addition & 1 deletion DuckDuckGo/Preferences/Model/SyncPreferences.swift
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ final class SyncPreferences: ObservableObject, SyncUI.ManagementViewModel {
let registeredDevices = try await syncService.fetchDevices()
mapDevices(registeredDevices)
} catch {
PixelKit.fire(DebugEvent(GeneralPixel.syncRefreshDevicesError(error: error)))
PixelKit.fire(DebugEvent(GeneralPixel.syncRefreshDevicesError(error: error), error: error))
Logger.sync.debug("Failed to refresh devices: \(error)")
}
}
Expand Down

0 comments on commit 5323716

Please sign in to comment.