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

@@ -64,7 +64,7 @@ class Team:
"canonical_id": self.id,
"name": self.name,
"abbreviation": self.abbreviation,
"sport": self.sport,
"sport": self.sport.upper(), # iOS Sport enum expects uppercase (e.g., "NFL")
"city": self.city,
"stadium_canonical_id": self.stadium_id or "",
"conference_id": self.conference,