We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 110a059 commit 9e8a425Copy full SHA for 9e8a425
.DS_Store
6 KB
ios/.DS_Store
ios/RNMParticle/RNMParticle.m
@@ -533,7 +533,7 @@ + (MPIdentityApiRequest *)MPIdentityApiRequest:(id)json {
533
request.customerId = json[@"customerId"];
534
} else {
535
NSString *value = json[key];
536
- MPUserIdentity identityType = (MPUserIdentity)key.intValue;
+ MPIdentity identityType = (MPIdentity)key.intValue;
537
[request setIdentity:value identityType:identityType];
538
}
539
0 commit comments