Skip to content

Commit

Permalink
fix(matches): give team a default value
Browse files Browse the repository at this point in the history
Resolves VLR-SCRAPER-5J

Signed-off-by: Akhil Narang <[email protected]>
  • Loading branch information
akhilnarang committed Jun 27, 2024
1 parent a3f011e commit f1b3625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/schemas/matches.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class Round(BaseModel):


class MatchData(BaseModel):
map: str
map: str = ""
teams: list[Team]
members: list[TeamMember]
rounds: list[Round]
Expand Down

0 comments on commit f1b3625

Please sign in to comment.