Skip to content

Commit

Permalink
Revert incorrect import type statements
Browse files Browse the repository at this point in the history
  • Loading branch information
gsoldevila committed Oct 4, 2022
1 parent 787b250 commit 63a4314
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Side Public License, v 1.
*/

import { Client, type HttpConnection, type ClusterConnectionPool } from '@elastic/elasticsearch';
import { Client, HttpConnection, ClusterConnectionPool } from '@elastic/elasticsearch';
import type { Logger } from '@kbn/logging';
import type { ElasticsearchClientConfig } from '@kbn/core-elasticsearch-server';
import { parseClientOptions } from './client_config';
Expand Down

0 comments on commit 63a4314

Please sign in to comment.