Skip to content

Commit

Permalink
removed BadRequest from the 'do not log' list
Browse files Browse the repository at this point in the history
  • Loading branch information
theorm committed Oct 15, 2024
1 parent 85ee2ec commit 6b4c4e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stores/notifications.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ interface HookErrorMixin {
}

const ERRORS_DO_NOT_DISPLAY = ['NavigationDuplicated'] // error names not to display to the user
const ERRORS_DO_NOT_FORWARD = ['BadGateway', 'TransportError', 'NotAuthenticated', 'BadRequest'] // error to avoid loopholes
const ERRORS_DO_NOT_FORWARD = ['BadGateway', 'TransportError', 'NotAuthenticated'] // error to avoid loopholes

interface Notification {
title: string
Expand Down

0 comments on commit 6b4c4e1

Please sign in to comment.