update: remove email for mixpanel data collection

This commit is contained in:
Sean Yesmunt 2019-03-06 23:20:26 -05:00
parent 41fd754847
commit ef86bca4db
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