Skip to content

Commit c5e754d

Browse files
committed
Fix type errors
1 parent 9dd0c6f commit c5e754d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/server/elasticsearch/version_check/ensure_es_version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* that defined in Kibana's package.json.
2323
*/
2424

25-
import { interval, from } from 'rxjs';
25+
import { interval } from 'rxjs';
2626
import { map, switchMap, distinctUntilChanged, catchError, startWith } from 'rxjs/operators';
2727
import {
2828
esVersionCompatibleWithKibana,

0 commit comments

Comments
 (0)