From db3fe445a4b478827ad051e8cde8356a8d092925 Mon Sep 17 00:00:00 2001 From: Jim Ciallella <1777776+allella@users.noreply.github.com> Date: Tue, 23 Jun 2026 20:16:11 -0400 Subject: [PATCH] Set homepage org stat to only count active orgs --- app/Http/Controllers/HomeController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Http/Controllers/HomeController.php b/app/Http/Controllers/HomeController.php index 5181c280..2360a6ed 100644 --- a/app/Http/Controllers/HomeController.php +++ b/app/Http/Controllers/HomeController.php @@ -27,6 +27,7 @@ public function index() 'home.org-count', self::STATS_CACHE_SECONDS, fn () => Org::query() + ->active() ->count() ), // Keyed by month so the count rolls over immediately on the