Skip to content

Commit 5f310f9

Browse files
author
Liza K
committed
ts + karma tests
1 parent a9ae8ba commit 5f310f9

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/legacy/core_plugins/vis_type_vega/public/vega_request_handler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*/
1919

2020
// eslint-disable-next-line @kbn/eslint/no-restricted-paths
21-
import { getSearchService } from 'src/plugins/data/public/services';
21+
import { getSearchService } from '../../../../plugins/data/public/services';
2222
import { esFilters, esQuery, TimeRange, Query } from '../../../../plugins/data/public';
2323

2424
// @ts-ignore

src/plugins/data/public/search/search_service.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,6 @@ import { getEsClient, LegacyApiCaller } from './es_client';
4848
declare module 'kibana/public' {
4949
interface AppMountContext {
5050
search?: ISearchAppMountContext;
51-
__LEGACY: {
52-
esClient: LegacyApiCaller;
53-
};
5451
}
5552
}
5653

0 commit comments

Comments
 (0)