We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c3acd4 commit ae42ed7Copy full SHA for ae42ed7
src/lib/services/pending-requests-interceptor.service.ts
@@ -17,7 +17,7 @@ import {
17
} from '@angular/common/http';
18
import { ExistingProvider, Injectable } from '@angular/core';
19
import { Observable, ReplaySubject, throwError } from 'rxjs';
20
-import { catchError, finalize, map } from 'rxjs/operators';
+import { catchError, finalize } from 'rxjs/operators';
21
22
@Injectable({
23
providedIn: 'root'
0 commit comments