willianjusten / nba-remix

A simple app to show NBA games and scores/details.
https://nba.willianjusten.com.br
208 stars 31 forks source link

fix: set empty values to a not started game - closes #80 #79

Closed klaytonfaria closed 2 years ago

klaytonfaria commented 2 years ago

Changes:

Screenshots

Before:

Screenshot 2022-03-10 at 13 52 23

After:

Screenshot 2022-03-10 at 13 49 33
vercel[bot] commented 2 years ago

Someone is attempting to deploy a commit to a Personal Account owned by @willianjusten on Vercel.

@willianjusten first needs to authorize it.

willianjusten commented 2 years ago

Hey @klaytonfaria , I saw this error this morning, it was happening because in another PR we added a constant to GAME_STATUS but the API sends as string in one endpoint and as number in another and because of that, it was erroring.

It's already fixed, you can see it live:

https://nba.willianjusten.com.br/game/2021/0022100994


It's decided to not show an empty table but just a warning saying the game has not started yet. Thanks for the quick eyes, but in this case, I'll close the PR ><

klaytonfaria commented 2 years ago

@willianjusten Hey! Thank you for the feedback! The most important is the app running well! BTW, I rather with the warning... Looks sharp!

willianjusten commented 2 years ago

Thanks for acting so fast, always when you notice anything, please don't be afraid to come here! I love this proactivity <3