mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Usage Stats: Remove unused method for getting user stats (#30074)
* Usage Stats: Remove unused method for getting user stats This was used in enterprise codebase, but is not longer in use, thus can be safely removed. * Force refresh user stats in tests
This commit is contained in:
@@ -98,9 +98,3 @@ type UserStats struct {
|
||||
Editors int64
|
||||
Viewers int64
|
||||
}
|
||||
|
||||
type GetUserStatsQuery struct {
|
||||
MustUpdate bool
|
||||
Active bool
|
||||
Result UserStats
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user