Fix account dashboard sync rendering #4

Merged
incentive merged 2 commits from feature/fix-account-dashboard-js-sync into main 2026-06-12 15:27:12 -04:00
Showing only changes of commit acadbbe5d2 - Show all commits
+2 -2
View File
@@ -445,13 +445,13 @@ def bb_sync_info(account_id):
regions = {
"us": {
"host": "psopeeps_us",
"targets": ["us-live", "us-test", "us-hardcore"],
"targets": ["us-live", "us-hardcore"],
"status": "pending",
"applied_at": None,
},
"eu": {
"host": "psopeeps_eu",
"targets": ["eu-live", "eu-test", "eu-hardcore"],
"targets": ["eu-live", "eu-hardcore"],
"status": "pending",
"applied_at": None,
},