Skip to content

Commit

Permalink
Fix error in API when accessing details about a series with no season
Browse files Browse the repository at this point in the history
  • Loading branch information
bakert committed Nov 25, 2024
1 parent 7a74b57 commit e8b373f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gatherling/Models/Series.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class Series
public array $bannedplayers;
public ?string $mtgo_room;

public ?string $this_season_format;
public ?string $this_season_format = null;
public ?string $this_season_master_link = null;
public int $this_season_season;

Expand Down

0 comments on commit e8b373f

Please sign in to comment.