Skip to content

Commit 1979643

Browse files
committed
Make count query refer to collection used by tab navigation
1 parent b400c37 commit 1979643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/objc/common/ThirdViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ - (IBAction)countQueryButtonPressed:(id)sender {
6969
// Async querying
7070
KIOQuery *countQuery = [[KIOQuery alloc] initWithQuery:@"count"
7171
andPropertiesDictionary:@{
72-
@"event_collection": @"collection",
72+
@"event_collection": @"tab_views",
7373
@"timeframe": @"this_7_days"
7474
}];
7575

0 commit comments

Comments
 (0)