convert ahsh to string
This commit is contained in:
parent
d42e337996
commit
13e6959b21
|
@ -176,7 +176,7 @@ class Travis::Api::App
|
||||||
:github_id => user.github_id,
|
:github_id => user.github_id,
|
||||||
:education => user.education,
|
:education => user.education,
|
||||||
:first_logged_in_at => timestamp.to_i}
|
:first_logged_in_at => timestamp.to_i}
|
||||||
puts "Sending payload to Customer.io: " + payload
|
puts "Sending payload to Customer.io: " + payload.to_s
|
||||||
customerio.identify(payload)
|
customerio.identify(payload)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user