Skip to content

Commit 44b8480

Browse files
committed
fix(query): ensure #sizeEqualTo to return this
1 parent 6550da3 commit 44b8480

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/query.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -533,6 +533,7 @@ module.exports = function(AV) {
533533
*/
534534
sizeEqualTo: function(key, value) {
535535
this._addCondition(key, '$size', value);
536+
return this;
536537
},
537538

538539
/**

0 commit comments

Comments
 (0)