This reverts commit 3ea75332e7.
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
3a13987ee1
Коммит
e0efdd708b
@@ -76,7 +76,7 @@ func (s *Server) DoSecurityUpdateCheck() {
|
||||
v.Set(PropSecurityActiveUserCount, strconv.FormatInt(ucr, 10))
|
||||
}
|
||||
|
||||
if teamCount, err := s.Store.Team().AnalyticsTeamCount(nil); err == nil {
|
||||
if teamCount, err := s.Store.Team().AnalyticsTeamCount(false); err == nil {
|
||||
v.Set(PropSecurityTeamCount, strconv.FormatInt(teamCount, 10))
|
||||
}
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user