remove global variable syntax error

This commit is contained in:
carlad 2015-12-03 15:18:14 +01:00
parent b5c061b239
commit dcc92491f7

View File

@ -163,7 +163,7 @@ class Travis::Api::App
puts "this is the first log in!!" puts "this is the first log in!!"
# send event to customer.io # send event to customer.io
customerio = Customerio::Client.new(Travis.config.customerio.site_id, Travis.config.customerio.api_key, :json => true) customerio = Customerio::Client.new(Travis.config.customerio.site_id, Travis.config.customerio.api_key, :json => true)
$customerio.identify( customerio.identify(
:id => user.id, :id => user.id,
:name => user.name, :name => user.name,
:login => user.login, :login => user.login,