bj2jung / Smart-Player-Swap-Yahoo-Fantasy-B-ball-9-CAT

Smart Player Swap for Yahoo Fantasy Basketball 9-CAT
https://chrome.google.com/webstore/detail/dgipljpilhcifdfejhgapkemciknebja
1 stars 0 forks source link

No need for a new Promise here, `fetch` already returns a Promise - so just do `return fetch...` #1

Closed hyolyeng closed 5 years ago

hyolyeng commented 5 years ago

https://github.com/bj2jung/Yahoo-Fantasy-Basketball-Player-Comparison-Chrome-Extension/blob/c28b8e0d537ca6aae359a690b7ac310399da49c2/content.js#L108

bj2jung commented 5 years ago

Done!

hyolyeng commented 5 years ago

Two more:

https://github.com/bj2jung/Yahoo-Fantasy-Basketball-Player-Comparison-Chrome-Extension/blob/e01bcbb4274400026374b9e04b110e2eb8a170e3/content.js#L575

https://github.com/bj2jung/Yahoo-Fantasy-Basketball-Player-Comparison-Chrome-Extension/blob/e01bcbb4274400026374b9e04b110e2eb8a170e3/content.js#L503

bj2jung commented 5 years ago

Done!