TwilioDevEd / api-snippets

Code snippets for the Twilio API Documentation
MIT License
259 stars 468 forks source link

fix: incorrect error casting to string #1001

Closed stern-shawn closed 1 year ago

stern-shawn commented 1 year ago

As discovered by #997, some of my messaging-related samples were passing err directly instead of calling err.Error() (embarrassing since I did it corectly with err.Error() in the Voice and request validation samples 🤦 ). Fixing this for remaining Golang samples while it's on my mind :)