Merge pull request #2308 from lbryio/mixpannel

update: remove email for mixpanel data collection
This commit is contained in:
Sean Yesmunt 2019-03-06 23:21:35 -05:00 committed by GitHub
commit 22eb4e61e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View file

@ -34,7 +34,7 @@ const analytics: Analytics = {
}
if (user.primary_email) {
mixpanel.people.set({
$email: user.primary_email,
$email: 1,
});
}
},

View file