mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 05:08:36 +08:00
feat(alerting): requests looks to be working again
This commit is contained in:
@ -27,6 +27,10 @@ func HandleRequest(req *Request) (*Response, error) {
|
||||
|
||||
response.BatchTimings = append(response.BatchTimings, batchResult.Timings)
|
||||
|
||||
if batchResult.Error != nil {
|
||||
return nil, batchResult.Error
|
||||
}
|
||||
|
||||
for refId, result := range batchResult.QueryResults {
|
||||
context.Results[refId] = result
|
||||
}
|
||||
|
Reference in New Issue
Block a user