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