From f413e19508ec7db72f48c48e2a32efae98f88d37 Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Tue, 22 Jul 2025 22:45:23 -0500 Subject: [PATCH] Prefer `Account.sole` --- app/models/notification_pusher.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/notification_pusher.rb b/app/models/notification_pusher.rb index ffba4af8b..8f68e4491 100644 --- a/app/models/notification_pusher.rb +++ b/app/models/notification_pusher.rb @@ -17,7 +17,7 @@ class NotificationPusher private def account_prefix - "/#{Account.first.queenbee_id}" + "/#{Account.sole.queenbee_id}" end def should_push?