mirror of
https://github.com/grafana/grafana.git
synced 2025-02-14 01:23:32 -06:00
add missing return (#50667)
This commit is contained in:
parent
be391fc8c4
commit
8da9b4f2b5
@ -86,6 +86,7 @@ func (p *DataSourceProxyService) ProxyDatasourceRequestWithID(c *models.ReqConte
|
||||
ds, err := p.DataSourceCache.GetDatasource(c.Req.Context(), dsID, c.SignedInUser, c.SkipCache)
|
||||
if err != nil {
|
||||
toAPIError(c, err)
|
||||
return
|
||||
}
|
||||
p.proxyDatasourceRequest(c, ds)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user