Skip to content

Commit

Permalink
Fix typo in Mixpanel DevX internal tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
zihejia committed May 7, 2022
1 parent 3770b26 commit ee4f999
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ private void sendHttpEvent(String eventName, String token, String distinctId, JS
addProperties.put(eventName, 1);
peopleMessageProps.put("$add", addProperties);
peopleMessageProps.put("$token", token);
peopleMessageProps.put("$distinct_id", token);
peopleMessageProps.put("$distinct_id", distinctId);
mMessages.peopleMessage(new AnalyticsMessages.PeopleDescription(peopleMessageProps, token));
}
mMessages.postToServer(new AnalyticsMessages.FlushDescription(token, false));
Expand Down

0 comments on commit ee4f999

Please sign in to comment.