dannyhpy / brawlstars-nodejs

API Wrapper for BrawlStars for Node.js
Apache License 2.0
9 stars 7 forks source link

🛠 Fixing the Club Description Error. #25

Closed DEV-DIBSTER closed 3 years ago

DEV-DIBSTER commented 3 years ago

If the Club doesn't have a description, it will not return the property. This merge will allow club.description to return null if a club description doesn't show up in the requested JSON.

DEV-DIBSTER commented 3 years ago

Added the proposed changed to Club.js