edwarddistel / yahoo-fantasy-baseball-reader

Download your fantasy baseball data from the Yahoo API.
76 stars 22 forks source link

Request for Free Agents makes same request over and over #205

Closed CameronBlazevich closed 1 year ago

CameronBlazevich commented 1 year ago

https://github.com/edwarddistel/yahoo-fantasy-baseball-reader/blob/master/src/yahooFantasyBaseball.js#L169

Should use the index rather than the limit.

edwarddistel commented 1 year ago

You are correct. Good catch. I have updated. Thanks!