Skip to content

Commit

Permalink
revert priority value in
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelfras committed Sep 9, 2024
1 parent 99f6125 commit 8860e04
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ export class UnknownErrorHandler extends HttpErrorHandler {
* Fallback priority assures that the handler is used as a last resort
*/
getPriority() {
return Priority.HIGH;
return Priority.FALLBACK;
}
}

0 comments on commit 8860e04

Please sign in to comment.