We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ffa2558 + 9d2e014 commit 1cd9cf0Copy full SHA for 1cd9cf0
1 file changed
Contentstack/QueryResult.m
@@ -71,7 +71,7 @@ - (NSInteger)totalCount {
71
[objectsArray enumerateObjectsUsingBlock:^(NSDictionary *obj, NSUInteger idx, BOOL * _Nonnull stop) {
72
Entry *formEntry = [self.contentType entry];
73
if (formEntry == NULL) {
74
- formEntry = [self.taxonomy entry];
+ formEntry = [self.taxonomy entry];
75
}
76
[formEntry configureWithDictionary:obj];
77
[entryObjects addObject:formEntry];
0 commit comments