Skip to content

Commit d4795b2

Browse files
committed
resolves conflict
2 parents 7a40b83 + 3f201e3 commit d4795b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/optimizely/project_config.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def initialize(datafile, logger, error_handler)
9090
@feature_flags = config.fetch('featureFlags', [])
9191
@groups = config.fetch('groups', [])
9292
@project_id = config['projectId']
93-
@anonymize_ip = config.key? 'anonymizeIP' ? config['anonymizeIP'] : false
93+
@anonymize_ip = config.key?('anonymizeIP') ? config['anonymizeIP'] : false
9494
@bot_filtering = config['botFiltering']
9595
@revision = config['revision']
9696
@rollouts = config.fetch('rollouts', [])

0 commit comments

Comments
 (0)