mirror of
https://github.com/grafana/grafana.git
synced 2025-01-08 15:13:30 -06:00
Chore: fix comment (#45593)
This commit is contained in:
parent
c6943797f9
commit
fc514738b2
@ -88,7 +88,7 @@ func (ss *SQLStore) GetDefaultDataSource(ctx context.Context, query *models.GetD
|
|||||||
}
|
}
|
||||||
|
|
||||||
// DeleteDataSource removes a datasource by org_id as well as either uid (preferred), id, or name
|
// DeleteDataSource removes a datasource by org_id as well as either uid (preferred), id, or name
|
||||||
// and is added to the bus. It also removes permissions related to the team.
|
// and is added to the bus. It also removes permissions related to the datasource.
|
||||||
func (ss *SQLStore) DeleteDataSource(ctx context.Context, cmd *models.DeleteDataSourceCommand) error {
|
func (ss *SQLStore) DeleteDataSource(ctx context.Context, cmd *models.DeleteDataSourceCommand) error {
|
||||||
return ss.WithTransactionalDbSession(ctx, func(sess *DBSession) error {
|
return ss.WithTransactionalDbSession(ctx, func(sess *DBSession) error {
|
||||||
dsQuery := &models.GetDataSourceQuery{Id: cmd.ID, Uid: cmd.UID, Name: cmd.Name, OrgId: cmd.OrgID}
|
dsQuery := &models.GetDataSourceQuery{Id: cmd.ID, Uid: cmd.UID, Name: cmd.Name, OrgId: cmd.OrgID}
|
||||||
|
Loading…
Reference in New Issue
Block a user