Skip to content

Commit 4f0d036

Browse files
committed
chore: URL query percent encoded
1 parent 1013547 commit 4f0d036

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/twilio-ruby/base/client_base.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ def build_uri(uri)
100100
if (@region.nil? && !@edge.nil?) || (!@region.nil? && @edge.nil?)
101101
# rubocop:disable Layout/LineLength
102102
warn '[DEPRECATION] For regional processing, DNS is of format product.<edge>.<region>.twilio.com;otherwise use product.twilio.com.'
103+
# rubocop:enable Layout/LineLength
103104
end
104105
if @edge.nil? && @region && @@region_mappings[@region]
105106
warn '[DEPRECATION] Setting default `Edge` for the provided `region`.'

0 commit comments

Comments
 (0)