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') => { |
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
2020withnew Date().getFullYear()should fix the issue.fantasy-tools/src/pages/standings/StandingsSimulator.js
Line 48 in cf9ce9f