the-programmers-hangout / website

🌳 TPH website
https://theprogrammershangout.com
MIT License
102 stars 67 forks source link

fix(fetchUsers): call displayAvatarURL #239

Closed papaia closed 4 years ago

papaia commented 4 years ago

User#displayAvatarURL is a method, but is not being called, which causes the output to not include avatars.

Additionally, use the BOT_TOKEN var instead of grabbing from env again, and use User#tag getter instead of manually doing it, and remove unused Writable.

netlify[bot] commented 4 years ago

Deploy request for tph pending review.

Review with commit d0996c2fccbce26df2e66fa413c172d2cbf4428d

https://app.netlify.com/sites/tph/deploys

veksen commented 4 years ago

thank you 🎉

papaia commented 4 years ago

My pleasure :)