Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Commit

Permalink
Merge pull request #1046 from mozilla/i1045
Browse files Browse the repository at this point in the history
fix(metrics): properly report account.uid for account.created
  • Loading branch information
rfk committed Sep 10, 2015
2 parents 454f1a3 + da29324 commit d662507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/routes/account.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ module.exports = function (
)
.then(
function (account) {
log.activityEvent('account.created', account.uid, request)
log.activityEvent('account.created', account.uid.toString('hex'), request)
if (account.emailVerified) {
log.event('verified', { email: account.email, uid: account.uid, locale: account.locale })
}
Expand Down

0 comments on commit d662507

Please sign in to comment.