twilio / twilio-ruby

A Ruby gem for communicating with the Twilio API and generating TwiML
MIT License
1.35k stars 462 forks source link

fix: #663 local jump error due to lack of block passing for recording list #664

Closed JYorston closed 1 year ago

JYorston commented 1 year ago

Fix local jump error due to lack of block passing for recording list.

Fixes

https://github.com/twilio/twilio-ruby/issues/663

It appears after a recent merge that the block passed to the seralize_list method was removed in the recordings file: https://github.com/JYorston/twilio-ruby/commit/1956b94a670527a2886d64ac72a596e84247b4f5

This is causing a local_jump_error when trying to list recordings on the latest Gem version.

I added the block back in and verified that it is now working as expected.

Checklist

If you have questions, please file a support ticket, or create a GitHub Issue in this repository.