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.
excludedKeys
1 parent a54f842 commit 3e2afc9Copy full SHA for 3e2afc9
Parse/Parse/Internal/Commands/PFRESTQueryCommand.m
@@ -144,7 +144,7 @@ + (nullable NSDictionary *)findCommandParametersWithOrder:(NSString *)order
144
if (excludedKeys.count > 0) {
145
NSArray *sortDescriptors = @[ [NSSortDescriptor sortDescriptorWithKey:@"self" ascending:YES selector:@selector(compare:)] ];
146
NSArray *keysArray = [excludedKeys sortedArrayUsingDescriptors:sortDescriptors];
147
- parameters[@"excludedKeys"] = [keysArray componentsJoinedByString:@","];
+ parameters[@"excludeKeys"] = [keysArray componentsJoinedByString:@","];
148
}
149
if (limit >= 0) {
150
parameters[@"limit"] = [NSString stringWithFormat:@"%d", (int)limit];
0 commit comments