mirror of
https://github.com/grafana/grafana.git
synced 2025-02-14 01:23:32 -06:00
Elasticsearch: fix typo (#58519)
This commit is contained in:
parent
008c554d7f
commit
fa5a304de8
@ -22,7 +22,7 @@ type BucketAgg struct {
|
||||
Field string `json:"field"`
|
||||
ID string `json:"id"`
|
||||
Settings *simplejson.Json `json:"settings"`
|
||||
Type string `jsons:"type"`
|
||||
Type string `json:"type"`
|
||||
}
|
||||
|
||||
// MetricAgg represents a metric aggregation of the time series query model of the datasource
|
||||
|
Loading…
Reference in New Issue
Block a user