This commit is contained in:
Trey t
2026-01-19 22:52:42 -06:00
parent a8b0491571
commit 6cddf601e3
15 changed files with 554 additions and 296 deletions

View File

@@ -78,7 +78,7 @@ class Stadium:
"latitude": self.latitude,
"longitude": self.longitude,
"capacity": self.capacity if self.capacity is not None else 0,
"sport": self.sport,
"sport": self.sport.upper(), # iOS Sport enum expects uppercase (e.g., "NFL")
"primary_team_abbrevs": primary_team_abbrevs or [],
"year_opened": self.opened_year,
}