Skip to content

Commit 226b7f3

Browse files
committed
Fix lint issue
1 parent dbdd9b1 commit 226b7f3

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
@@ -29,7 +29,7 @@ def as_json
2929
client_version: @client_version,
3030
anonymize_ip: @anonymize_ip,
3131
enrich_decisions: @enrich_decisions,
32-
visitors: @visitors,
32+
visitors: @visitors
3333
}
3434
end
3535

0 commit comments

Comments
 (0)