mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 17:12:11 +08:00
Big Backend Refatoring: Renamed Account -> Org
This commit is contained in:
@ -39,8 +39,8 @@ func ProxyDataSourceRequest(c *middleware.Context) {
|
||||
id := c.ParamsInt64(":id")
|
||||
|
||||
query := m.GetDataSourceByIdQuery{
|
||||
Id: id,
|
||||
AccountId: c.AccountId,
|
||||
Id: id,
|
||||
OrgId: c.OrgId,
|
||||
}
|
||||
|
||||
err := bus.Dispatch(&query)
|
||||
|
Reference in New Issue
Block a user