Skip to content

Commit

Permalink
Fix validation error sending
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoy committed Jul 5, 2024
1 parent 543d111 commit c2df280
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DuckDuckGo/Sync/SyncErrorHandler.swift
Original file line number Diff line number Diff line change
Expand Up @@ -413,11 +413,11 @@ extension SyncErrorHandler: SyncErrorHandling {
var badRequestPixel: GeneralPixel {
switch self {
case .bookmarks:
.syncBookmarksTooManyRequestsDaily
.syncBookmarksValidationErrorDaily
case .credentials:
.syncCredentialsTooManyRequestsDaily
.syncCredentialsValidationErrorDaily
case .settings:
.syncSettingsTooManyRequestsDaily
.syncSettingsValidationErrorDaily
}
}
}
Expand Down

0 comments on commit c2df280

Please sign in to comment.