correcting return type from constructed

This commit is contained in:
IgnatzHome 2018-05-19 19:16:10 +02:00
parent 1854f5c061
commit 01cd2df369

View file

@ -172,7 +172,7 @@ class AdvancedFilter {
}
}
catch (e){return { $in: [] };}
return commands;
return {$or: commands};
}
_getMongoSelector() {