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 1f2fac0 commit e4b6cd9Copy full SHA for e4b6cd9
lib/src/network/parse_query.dart
@@ -54,7 +54,7 @@ class QueryBuilder<T extends ParseObject> {
54
55
/// Includes other ParseObjects stored as a Pointer
56
void includeObject(List<String> objectTypes){
57
- limiters["include"] = concatArray(objectTypes);;
+ limiters["include"] = concatArray(objectTypes);
58
}
59
60
/// Returns an object where the [String] column starts with [value]
0 commit comments