update: remove email for mixpanel data collection #2308

Merged
neb-b merged 1 commit from mixpannel into master 2019-03-07 05:21:35 +01:00
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