Compare commits

...

2 Commits

Author SHA1 Message Date
incentive 90fefa30d3 Restore account sync current helper 2026-06-11 18:01:47 -04:00
incentive 8685303673 Read BB sync status from per-ship apply state
Reviewed-on: #2
2026-06-11 17:39:04 -04:00
+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 {