Skip to content

Commit e2224f9

Browse files
committed
more type fixes
1 parent 109f454 commit e2224f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugins/ml/public/application/services/results_service/results_service.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export function resultsServiceProvider(
6060
earliestMs: number,
6161
latestMs: number,
6262
intervalMs: number,
63-
indicesOptions: IndicesOptions
63+
indicesOptions?: IndicesOptions
6464
): Promise<any>;
6565
getEventDistributionData(
6666
index: string,

0 commit comments

Comments
 (0)