jpmayer / fantasy-chrome-extension

Chrome Extension for Creating LM Note Content in ESPN Fantasy Football Leagues
MIT License
39 stars 13 forks source link

Lose streak number is incorrect. Always matches win streak #83

Closed ChadTeitsma closed 6 years ago

ChadTeitsma commented 6 years ago

js/recordBook.js

Copy paste error on line 462. records["winStreak"] needs to be records["loseStreak"]

jpmayer commented 6 years ago

Thanks! Fixed it, will be in my next push

jpmayer commented 6 years ago

https://github.com/jpmayer/fantasy-chrome-extension/pull/91