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.
2 parents 73cce85 + a9bcb16 commit 692b34dCopy full SHA for 692b34d
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