Skip to content

Commit

Permalink
Fixed Season 32 Variant Start Date (#46)
Browse files Browse the repository at this point in the history
* Updated to include links.

* Added Season 32.

* Add Metric Thresholds to allow for Manual Review

* Fixed bug whith queryset in LadderEntryView

* Fixed Season 32 Variant Start Date.
  • Loading branch information
Kraust authored May 27, 2024
1 parent 68cd943 commit 72ac1c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ladder/fixtures/variants.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"model": "ladder.Variant",
"pk": "Season 32 - Unparalleled",
"fields": {
"start_date": "2024-05-18T12:00:00+00:00",
"start_date": "2024-05-28T12:00:00+00:00",
"end_date": "2099-12-31T23:59:59+00:00",
"is_ground_variant": true,
"is_space_variant": true,
Expand Down

0 comments on commit 72ac1c2

Please sign in to comment.