From 90fefa30d32f9d6a4f6f3f59cb5f3ef75f7e6ccd Mon Sep 17 00:00:00 2001 From: James Osborne Date: Thu, 11 Jun 2026 17:58:23 -0400 Subject: [PATCH] Restore account sync current helper --- backend/app.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/backend/app.py b/backend/app.py index 3043ade..c615c31 100644 --- a/backend/app.py +++ b/backend/app.py @@ -490,6 +490,11 @@ def bb_sync_info(account_id): } +def account_sync_current_on_all_regions(account_id): + sync = bb_sync_info(account_id) + return sync.get("status") == "current", sync + + def bb_payload(account_id, username): sync = bb_sync_info(account_id) return {