Skip to content

Commit 71844b6

Browse files
committed
Fix bug in query creation
1 parent 4e9b849 commit 71844b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ClearBlade.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ if (!window.console) {
527527
};
528528

529529
var _parseOperationQuery = function(_query) {
530-
return encodeURIComponent(JSON.stringify(_query.query.FILTERS));
530+
return encodeURIComponent(JSON.stringify(_query.FILTERS));
531531
};
532532

533533
var _parseQuery = function(_query) {

0 commit comments

Comments
 (0)