Skip to content

Commit f04a572

Browse files
author
Tim Roes
committed
Fix typescript argument types
1 parent 840bbb7 commit f04a572

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/plugins/data/public/search/expressions

src/plugins/data/public/search/expressions/esaggs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ interface Arguments {
7575
partialRows: boolean;
7676
includeFormatHints: boolean;
7777
aggConfigs: string;
78-
timeField: string[];
78+
timeField?: string[];
7979
}
8080

8181
const handleCourierRequest = async ({

0 commit comments

Comments
 (0)