We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73769f1 commit f9156d0Copy full SHA for f9156d0
lib/optimizely/event/event_factory.rb
@@ -31,7 +31,7 @@ class << self
31
ENDPOINTS = {
32
US: 'https://logx.optimizely.com/v1/events',
33
EU: 'https://eu.logx.optimizely.com/v1/events'
34
- }
+ }.freeze
35
POST_HEADERS = {'Content-Type' => 'application/json'}.freeze
36
ACTIVATE_EVENT_KEY = 'campaign_activated'
37
lib/optimizely/event_builder.rb
@@ -110,7 +110,7 @@ class EventBuilder < BaseEventBuilder
110
111
112
113
114
115
116
0 commit comments