diff --git a/lib/core/services/auth-bearer.interceptor.ts b/lib/core/services/auth-bearer.interceptor.ts index 19fb4d9be3..ac3aae681a 100644 --- a/lib/core/services/auth-bearer.interceptor.ts +++ b/lib/core/services/auth-bearer.interceptor.ts @@ -15,7 +15,7 @@ * limitations under the License. */ -import { throwError as observableThrowError, Observable, of } from 'rxjs'; +import { throwError as observableThrowError, Observable } from 'rxjs'; import { Injectable, Injector } from '@angular/core'; import { HttpHandler, HttpInterceptor, HttpRequest,