Skip to content

Commit 65e4adc

Browse files
committed
Version 1.0.10 - Converter not needed
1 parent b198a19 commit 65e4adc

File tree

2 files changed

+169
-80
lines changed

2 files changed

+169
-80
lines changed

.idea/workspace.xml

Lines changed: 168 additions & 79 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/src/network/parse_query.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ class QueryBuilder<T extends ParseObject> {
290290
if (value is String) {
291291
return "\"$value\"";
292292
} else {
293-
return json.encode(value);
293+
return value;
294294
}
295295
}
296296
}

0 commit comments

Comments
 (0)