Skip to content

Commit

Permalink
Fix type errors
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolf committed Jan 29, 2020
1 parent 9dd0c6f commit c5e754d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* that defined in Kibana's package.json.
*/

import { interval, from } from 'rxjs';
import { interval } from 'rxjs';
import { map, switchMap, distinctUntilChanged, catchError, startWith } from 'rxjs/operators';
import {
esVersionCompatibleWithKibana,
Expand Down

0 comments on commit c5e754d

Please sign in to comment.