Skip to content

Commit 0b92d11

Browse files
Fix Merge Issue around getUserIdentities
1 parent db30163 commit 0b92d11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/RNMParticle/RNMParticle.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ + (void)load {
308308
{
309309
MParticleUser *selectedUser = [[MParticleUser alloc] init];
310310
selectedUser.userId = [NSNumber numberWithLong:userId.longLongValue];
311-
completion(@[[NSNull null], [selectedUser userIdentities]]);
311+
completion(@[[NSNull null], [selectedUser identities]]);
312312
}
313313

314314
RCT_EXPORT_METHOD(getFirstSeen:(NSString *)userId completion:(RCTResponseSenderBlock)completion)

0 commit comments

Comments
 (0)