2
0
Mario Orlicky 8 жил өмнө
parent
commit
7ad74eb1b5
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      client/lib/filter.js

+ 1 - 1
client/lib/filter.js

@@ -61,7 +61,7 @@ class SetFilter {
 
   _getMongoSelector() {
     this._dep.depend();
-    return { $in: this._selectedElements }
+    return { $in: this._selectedElements };
   }
 
   _getEmptySelector() {