Skip to content

Commit

Permalink
Fixed example code (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
7kaji authored and codejudas committed Feb 24, 2018
1 parent 35137fe commit dc192fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/print_call_log.rb
Expand Up @@ -12,7 +12,7 @@
# set up a client
client = Twilio::REST::Client.new(account_sid, auth_token)

calls = client.calls.page
calls = client.calls.list

loop do
calls.each do |call|
Expand Down

0 comments on commit dc192fe

Please sign in to comment.