Skip to content

Commit 1cd9cf0

Browse files
Merge branch 'feat/DX-200_clone' into feat/dx-747
2 parents ffa2558 + 9d2e014 commit 1cd9cf0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Contentstack/QueryResult.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ - (NSInteger)totalCount {
7171
[objectsArray enumerateObjectsUsingBlock:^(NSDictionary *obj, NSUInteger idx, BOOL * _Nonnull stop) {
7272
Entry *formEntry = [self.contentType entry];
7373
if (formEntry == NULL) {
74-
formEntry = [self.taxonomy entry];
74+
formEntry = [self.taxonomy entry];
7575
}
7676
[formEntry configureWithDictionary:obj];
7777
[entryObjects addObject:formEntry];

0 commit comments

Comments
 (0)