Skip to content

Commit a411980

Browse files
committed
rename of variable for player tags
1 parent e209a24 commit a411980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iOS_SDK/OneSignalSDK/Source/OSInAppMessageView.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ - (NSString *)addTagsToHTML:(NSString *)html {
8181
//Script to set the tags for liquid tag substitution
8282
NSString *newHtml = [NSString stringWithFormat:@"%@ \n\n\
8383
<script> \
84-
iamInfo.tags = %@; \
84+
liquidPlayerTags = %@; \
8585
</script>",html, tags];
8686
return newHtml;
8787
}

0 commit comments

Comments
 (0)