We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1ae8b5 commit c8a47b1Copy full SHA for c8a47b1
1 file changed
lib/optimizely/config/datafile_project_config.rb
@@ -69,7 +69,7 @@ def initialize(datafile, logger, error_handler)
69
@send_flag_decisions = config.fetch('sendFlagDecisions', false)
70
@integrations = config.fetch('integrations', [])
71
@region = config.fetch('region', 'US')
72
-
+
73
# Default to US region if not specified
74
@region = 'US' if @region.nil? || @region.empty?
75
0 commit comments