mirror of
https://github.com/grafana/grafana.git
synced 2025-07-28 17:12:19 +08:00
feat(alerting): requests looks to be working again
This commit is contained in:
@ -77,7 +77,7 @@ func getDatasource(id int64, orgId int64) (*m.DataSource, error) {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
return &query.Result, nil
|
||||
return query.Result, nil
|
||||
}
|
||||
|
||||
func ProxyDataSourceRequest(c *middleware.Context) {
|
||||
|
Reference in New Issue
Block a user