Fix unused of

This commit is contained in:
maurizio vitale 2020-02-17 19:49:59 +00:00
parent 72a942dec8
commit 70829dc203

View File

@ -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,