mirror of
https://github.com/grafana/grafana.git
synced 2024-11-25 02:10:45 -06:00
fix parameter format
This commit is contained in:
parent
17445e0c98
commit
8f3b060946
@ -160,7 +160,7 @@ func (e *CloudWatchExecutor) executeMetricFindQuery(ctx context.Context, queryCo
|
||||
firstQuery := queryContext.Queries[0]
|
||||
queryResult := &tsdb.QueryResult{Meta: simplejson.New(), RefId: firstQuery.RefId}
|
||||
|
||||
parameters := firstQuery.Model.Get("parameters")
|
||||
parameters := firstQuery.Model
|
||||
subType := firstQuery.Model.Get("subtype").MustString()
|
||||
var data []suggestData
|
||||
var err error
|
||||
|
Loading…
Reference in New Issue
Block a user