Skip to content

Commit b02daad

Browse files
committed
Prettier
1 parent 3a999d0 commit b02daad

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

specification/esql/_types/Version.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ import { Duration } from '@_types/Time'
2424
* The version of the ES|QL language in which the "query" field was written.
2525
*/
2626
export enum Version {
27-
/**
28-
* Run against the first version of ES|QL.
29-
*/
30-
'2024.04.01',
27+
/**
28+
* Run against the first version of ES|QL.
29+
*/
30+
'2024.04.01'
3131
}

specification/esql/query/QueryRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export interface Request extends RequestBase {
6060
/**
6161
* The ES|QL query API accepts an ES|QL query string in the query parameter, runs it, and returns the results.
6262
*/
63-
query: string,
63+
query: string
6464
/**
6565
* The version of the ES|QL language in which the "query" field was written.
6666
*/

0 commit comments

Comments
 (0)