Skip to content

Commit f885ed6

Browse files
committed
no need to call people.identify on android
1 parent 0a3ed3e commit f885ed6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

android/src/main/java/com/mixpanel/reactnative/MixpanelReactNativeModule.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ public void identify(final String token, final String distinctId, Promise promis
9898
MixpanelAPI instance = MixpanelAPI.getInstance(this.mReactContext, token);
9999
synchronized (instance) {
100100
instance.identify(distinctId);
101-
instance.getPeople().identify(distinctId);
102101
promise.resolve(null);
103102
}
104103
}

0 commit comments

Comments
 (0)