fix syntax error
This commit is contained in:
parent
d587b766f3
commit
cc14ebac48
|
@ -173,7 +173,7 @@ class Travis::Api::App
|
||||||
:github_id => user.github_id,
|
:github_id => user.github_id,
|
||||||
:education => user.education }
|
:education => user.education }
|
||||||
puts "about to identify" + payload.inspect
|
puts "about to identify" + payload.inspect
|
||||||
customerio.identify( payload ) )
|
customerio.identify( payload )
|
||||||
# user.update_attributes(first_logged_in_at: Time.now)
|
# user.update_attributes(first_logged_in_at: Time.now)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user