Skip to content

Commit

Permalink
Fix changes
Browse files Browse the repository at this point in the history
  • Loading branch information
VladLasitsa committed Sep 2, 2020
1 parent 16929e0 commit a2cfc07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/vis_type_timelion/server/routes/validate_es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export function validateEsRoute(router: IRouter, core: CoreSetup) {
aggs: {
maxAgg: {
max: {
ield: timefield,
field: timefield,
},
},
minAgg: {
Expand Down

0 comments on commit a2cfc07

Please sign in to comment.