Skip to content

Commit f0fed3f

Browse files
committed
Remove useless map
1 parent ce6268d commit f0fed3f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

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

9393
return next.handle(req).pipe(
94-
map(event => {
95-
return event;
96-
}),
9794
catchError((error: HttpErrorResponse) => {
9895
return throwError(error);
9996
}),

0 commit comments

Comments
 (0)