tech(alerting): go vet fix

This commit is contained in:
bergquist
2016-06-09 10:49:25 +02:00
parent 544073b7e1
commit 66d47a9303
+1 -1
View File
@@ -136,7 +136,7 @@ func (e *ExecutorImpl) GetRequestForAlertRule(rule *AlertRule, datasource *m.Dat
From: "-" + strconv.Itoa(rule.QueryRange) + "s",
To: "now",
},
Queries: tsdb.QuerySlice{
Queries: []*tsdb.Query{
{
RefId: rule.QueryRefId,
Query: rule.Query,