Skip to content

Commit

Permalink
Fix CalendarInterval year alias (#2026)
Browse files Browse the repository at this point in the history
Co-authored-by: Quentin Pradet <[email protected]>
  • Loading branch information
esdrasbrz and pquentin authored Jun 20, 2024
1 parent b6eec57 commit 1facd23
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion output/schema/schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion output/typescript/types.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion specification/_types/aggregations/bucket.ts
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ export enum CalendarInterval {
month,
/** @aliases 1q */
quarter,
/** @aliases 1Y */
/** @aliases 1y */
year
}

Expand Down

0 comments on commit 1facd23

Please sign in to comment.