Skip to content

Commit

Permalink
APICaller is now LegacyAPICaller
Browse files Browse the repository at this point in the history
  • Loading branch information
afharo committed Jun 30, 2020
1 parent f13ccb8 commit f69c491
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* under the License.
*/

import { APICaller } from 'kibana/server';
import { LegacyAPICaller } from 'kibana/server';
import {
DATA_DATASETS_INDEX_PATTERNS_UNIQUE,
DataPatternName,
Expand Down Expand Up @@ -191,7 +191,7 @@ interface IndexMappings {
};
}

export async function getDataTelemetry(callCluster: APICaller) {
export async function getDataTelemetry(callCluster: LegacyAPICaller) {
try {
const index = [
...DATA_DATASETS_INDEX_PATTERNS_UNIQUE.map(({ pattern }) => pattern),
Expand Down

0 comments on commit f69c491

Please sign in to comment.