Skip to content

Commit e4b6cd9

Browse files
committed
Version 1.0.8 Fixed Dart analysis
1 parent 1f2fac0 commit e4b6cd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/network/parse_query.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class QueryBuilder<T extends ParseObject> {
5454

5555
/// Includes other ParseObjects stored as a Pointer
5656
void includeObject(List<String> objectTypes){
57-
limiters["include"] = concatArray(objectTypes);;
57+
limiters["include"] = concatArray(objectTypes);
5858
}
5959

6060
/// Returns an object where the [String] column starts with [value]

0 commit comments

Comments
 (0)