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 b400c37 commit 1979643Copy full SHA for 1979643
Examples/objc/common/ThirdViewController.m
@@ -69,7 +69,7 @@ - (IBAction)countQueryButtonPressed:(id)sender {
69
// Async querying
70
KIOQuery *countQuery = [[KIOQuery alloc] initWithQuery:@"count"
71
andPropertiesDictionary:@{
72
- @"event_collection": @"collection",
+ @"event_collection": @"tab_views",
73
@"timeframe": @"this_7_days"
74
}];
75
0 commit comments