Skip to content

Commit 884c972

Browse files
committed
Fix lint issue
1 parent e776ead commit 884c972

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
@@ -18,7 +18,7 @@
1818
module Optimizely
1919
class EventBatch
2020
attr_accessor :account_id, :project_id, :revision, :client_name, :client_version,
21-
:anonymize_ip, :enrich_decisions, :visitors
21+
:anonymize_ip, :enrich_decisions, :visitors, :region
2222

2323
def as_json
2424
{

0 commit comments

Comments
 (0)