Skip to content

Commit 56bc8cd

Browse files
committed
Fix lint
1 parent 7f98564 commit 56bc8cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/optimizely/event/entity/event_batch.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def build
4848
event_batch.anonymize_ip = @anonymize_ip
4949
event_batch.enrich_decisions = @enrich_decisions
5050
event_batch.visitors = @visitors
51-
event_batch.region = @region.nil? || 'US': @region
51+
event_batch.region = @region || 'US'
5252
event_batch
5353
end
5454

0 commit comments

Comments
 (0)