JakePartusch / fantasy-tools

A suite of tools for fantasy football players

Home Page:https://fantasytools.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hard-coded '2020' breaks standings simulator for 2021 season

WrongSandwich opened this issue · comments

Not sure if this is still an active project, but the line below is preventing the standings simulator from working with the current fantasy season.

I believe replacing 2020 with new Date().getFullYear() should fix the issue.

const fetchRankings = async (leagueId, seasonId = '2020') => {