revert to json true
This commit is contained in:
parent
16817ff98e
commit
98080beeaf
|
@ -162,7 +162,7 @@ class Travis::Api::App
|
|||
return if user.first_logged_in_at
|
||||
puts "this is the first log in!!"
|
||||
# send event to customer.io
|
||||
customerio = Customerio::Client.new(Travis.config.customerio.site_id, Travis.config.customerio.api_key, :json => false)
|
||||
customerio = Customerio::Client.new(Travis.config.customerio.site_id, Travis.config.customerio.api_key, :json => true)
|
||||
payload = {
|
||||
:id => user.id,
|
||||
:name => user.name,
|
||||
|
|
Loading…
Reference in New Issue
Block a user