Skip to content

Commit

Permalink
chore: add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
biancalui-emarsys committed Jul 13, 2023
1 parent 543b404 commit 922b831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/RNEmarsysInboxWrapper.m
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ - (NSMutableDictionary *)convertMessageToMap:(EMSMessage *)message {
NSMutableDictionary<NSString *, NSObject *> *map = [[NSMutableDictionary alloc] init];

[map setObject: message.id forKey: @"id"];
[map setObject: message.id forKey: @"messageId"];
[map setObject: message.id forKey: @"messageId"]; // deprecated. to be removed
[map setObject: message.campaignId forKey: @"campaignId"];
[map setObject: message.collapseId ?: @"" forKey: @"collapseId"];
[map setObject: message.title forKey: @"title"];
Expand Down

0 comments on commit 922b831

Please sign in to comment.