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:
Vardan Torosyan
2021-01-26 14:13:25 +01:00
committed by GitHub
parent b0b9158a1d
commit 1d399b89ea
4 changed files with 1 additions and 131 deletions

View File

@@ -98,9 +98,3 @@ type UserStats struct {
Editors int64
Viewers int64
}
type GetUserStatsQuery struct {
MustUpdate bool
Active bool
Result UserStats
}