remove global variable syntax error
This commit is contained in:
parent
b5c061b239
commit
dcc92491f7
|
@ -163,7 +163,7 @@ class Travis::Api::App
|
|||
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 => true)
|
||||
$customerio.identify(
|
||||
customerio.identify(
|
||||
:id => user.id,
|
||||
:name => user.name,
|
||||
:login => user.login,
|
||||
|
|
Loading…
Reference in New Issue
Block a user