Skip to content

Commit 8cc0dca

Browse files
fix groupPmId reference on iOS bridge
1 parent c135582 commit 8cc0dca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/ReactNativeCmp.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ - (void)build:(double)accountId propertyId:(double)propertyId propertyName:(nonn
4040
NSDictionary *targetingParams = (NSDictionary *)preferencesCampaign.targetingParams();
4141

4242
preferences = [[RNSPCampaign alloc] initWithTargetingParams:targetingParams ?: @{}
43-
groupPmId:preferences.groupPmId
43+
groupPmId:preferencesCampaign.groupPmId()
4444
supportLegacyUSPString:false];
4545
}
4646

0 commit comments

Comments
 (0)