TwilioDevEd / api-snippets

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

fix: standardize Runtime mobile sample code #959

Closed stern-shawn closed 2 years ago

stern-shawn commented 2 years ago

Part of our revamp of the Runtime docs has included consistently using ES6 arrow functions as well as making sure users get in the habit of using return callback instead of just callback. It's not technically an issue for these examples, but it helps with the consistency of our samples and messaging :)