Skip to content

Commit 3b0b751

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/twilio-ruby/base/client_base.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ def initialize(username = nil, password = nil, account_sid = nil, region = nil,
3131
@edge = Twilio.edge
3232
elsif @region && @@region_mappings[region]
3333
warn '[DEPRECATION] Setting default `Edge` for the provided `region`.'
34-
# rubocop:enable Layout/LineLength
3534
@edge = @@region_mappings[region]
3635
end
3736
@account_sid = account_sid || @username

0 commit comments

Comments
 (0)