Переглянути джерело

Remove redundant "active" field from /.health

Zed 2 роки тому
батько
коміт
1d20bd01cb
1 змінених файлів з 0 додано та 1 видалено
  1. 0 1
      src/auth.nim

+ 0 - 1
src/auth.nim

@@ -71,7 +71,6 @@ proc getAccountPoolHealth*(): JsonNode =
   return %*{
     "accounts": %*{
       "total": accountPool.len,
-      "active": accountPool.len - limited.card,
       "limited": limited.card,
       "oldest": $fromUnix(oldest),
       "newest": $fromUnix(newest),