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 2cf9909 commit f0bbbc5Copy full SHA for f0bbbc5
ios/IntercomModule.m
@@ -215,7 +215,7 @@ - (NSData *)dataFromHexString:(NSString *)string {
215
} else if ([contentType isEqualToString:@"SURVEY"]) {
216
intercomContent = [IntercomContent surveyWithId:content[@"id"]];
217
} else if ([contentType isEqualToString:@"HELP_CENTER_COLLECTIONS"]) {
218
- NSArray<NSString *> *collectionIds = [NSArray arrayWithObjects:content[@"ids"], nil];
+ NSArray<NSString *> *collectionIds = content[@"ids"];
219
intercomContent = [IntercomContent helpCenterCollectionsWithIds:collectionIds];
220
}
221
if (intercomContent) {
0 commit comments