Skip to content

Commit 48dac8e

Browse files
committed
fix: Regional API domain processing
1 parent 2ae48ae commit 48dac8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/twilio-ruby/base/client_base.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module REST
33
class ClientBase
44
# rubocop:disable Style/ClassVars
55
@@default_region = 'us1'
6-
# rubocop:enable Style/ClassVars
6+
# rubocop:disable Style/ClassVars
77
@@region_mappings = {
88
"au1" => "sydney",
99
"br1" => "sao-paulo",

0 commit comments

Comments
 (0)