Skip to content

Commit

Permalink
Added support for 2021 leagues
Browse files Browse the repository at this point in the history
  • Loading branch information
Forestmb committed Sep 4, 2021
1 parent 7a1f1da commit 71579d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fantasy.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ var ErrAccessDenied = errors.New(
// fantasy football game for that year.
var YearKeys = map[string]string{
"nfl": NflGameKey,
"2021": "406",
"2020": "399",
"2019": "390",
"2018": "380",
Expand Down

0 comments on commit 71579d7

Please sign in to comment.