diff --git a/api/src/Accounts.php b/api/src/Accounts.php index ac2e71f2cf..2da0c6d3c8 100644 --- a/api/src/Accounts.php +++ b/api/src/Accounts.php @@ -1528,7 +1528,6 @@ class Accounts */ public function isHuge(int $total=null) { - return true; if (isset($total)) { $is_huge = $total > self::HUGE_LIMIT;