Skip to content

Commit b3f937e

Browse files
committed
Remove unnecessary catchError
1 parent ac01e44 commit b3f937e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib/services/pending-requests-interceptor.service.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ export class PendingRequestsInterceptor implements HttpInterceptor {
9191
}
9292

9393
return next.handle(req).pipe(
94-
catchError((error: HttpErrorResponse) => throwError(error)),
9594
finalize(() => {
9695
if (!shouldBypass) {
9796
this._pendingRequests--;

0 commit comments

Comments
 (0)