Skip to content

Commit ae42ed7

Browse files
committed
Remove unused import
1 parent 6c3acd4 commit ae42ed7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import {
1717
} from '@angular/common/http';
1818
import { ExistingProvider, Injectable } from '@angular/core';
1919
import { Observable, ReplaySubject, throwError } from 'rxjs';
20-
import { catchError, finalize, map } from 'rxjs/operators';
20+
import { catchError, finalize } from 'rxjs/operators';
2121

2222
@Injectable({
2323
providedIn: 'root'

0 commit comments

Comments
 (0)