Restore account sync current helper

This commit is contained in:
2026-06-11 17:58:23 -04:00
parent 8685303673
commit 90fefa30d3
+5
View File
@@ -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 {