lib/twilio-ruby/rest/task_router/statistics.rb in twilio-ruby-4.2.0 vs lib/twilio-ruby/rest/task_router/statistics.rb in twilio-ruby-4.2.1

- old
+ new

@@ -2,10 +2,10 @@ module REST module TaskRouter module Statistics def statistics(args={}) path = "#{@path}/Statistics" - response = @client.get(path, args, true) + response = @client.get(path, args) statistics_class.new(path, @client, response) end private