mirror of
https://github.com/grafana/grafana.git
synced 2025-08-06 20:59:35 +08:00
Remove duplicate bus.AddHandler() (#9289)
`bus.AddHandler("sql", SetUsingOrg)` is already called on line 24. Very minor change.
This commit is contained in:

committed by
Daniel Lee

parent
5f6de33487
commit
442f625a4e
@ -28,7 +28,6 @@ func init() {
|
||||
bus.AddHandler("sql", SearchUsers)
|
||||
bus.AddHandler("sql", GetUserOrgList)
|
||||
bus.AddHandler("sql", DeleteUser)
|
||||
bus.AddHandler("sql", SetUsingOrg)
|
||||
bus.AddHandler("sql", UpdateUserPermissions)
|
||||
bus.AddHandler("sql", SetUserHelpFlag)
|
||||
}
|
||||
|
Reference in New Issue
Block a user