Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
nik9000 committed Apr 16, 2024
1 parent 3a999d0 commit b02daad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions specification/esql/_types/Version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ import { Duration } from '@_types/Time'
* The version of the ES|QL language in which the "query" field was written.
*/
export enum Version {
/**
* Run against the first version of ES|QL.
*/
'2024.04.01',
/**
* Run against the first version of ES|QL.
*/
'2024.04.01'
}
2 changes: 1 addition & 1 deletion specification/esql/query/QueryRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export interface Request extends RequestBase {
/**
* The ES|QL query API accepts an ES|QL query string in the query parameter, runs it, and returns the results.
*/
query: string,
query: string
/**
* The version of the ES|QL language in which the "query" field was written.
*/
Expand Down

0 comments on commit b02daad

Please sign in to comment.