changed user diagnostic naming (#4086)

Этот коммит содержится в:
David Lu
2016-09-26 10:55:29 -04:00
коммит произвёл Christopher Speller
родитель 1479c4a2ca
Коммит b39d903f63

Просмотреть файл

@@ -308,7 +308,7 @@ func sendServerDiagnostics() {
} }
utils.SendDiagnostic(utils.TRACK_ACTIVITY, map[string]interface{}{ utils.SendDiagnostic(utils.TRACK_ACTIVITY, map[string]interface{}{
"users": userCount, "registered_users": userCount,
"active_users": activeUserCount, "active_users": activeUserCount,
"teams": teamCount, "teams": teamCount,
}) })