Skip to content

Commit a105d79

Browse files
committed
fix typo
1 parent a69f9d4 commit a105d79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/src/main/java/com/sourcepoint/reactnativecmp/RNSourcepointCmpTypes.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ fun campaignTypeFrom(rawValue: String?): CampaignType =
2121
"GDPR" -> GDPR
2222
"CCPA" -> CCPA
2323
"usnat" -> USNAT
24-
"ios14" -> GLOBALCMP
24+
"globalcmp" -> GLOBALCMP
2525
"preferences" -> PREFERENCES
2626
else -> { CampaignType.UNKNOWN }
2727
}

0 commit comments

Comments
 (0)