mirror of
https://github.com/wekan/wekan.git
synced 2025-12-20 17:30:13 +01:00
correcting return type from constructed
This commit is contained in:
parent
1854f5c061
commit
01cd2df369
1 changed files with 1 additions and 1 deletions
|
|
@ -172,7 +172,7 @@ class AdvancedFilter {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch (e){return { $in: [] };}
|
catch (e){return { $in: [] };}
|
||||||
return commands;
|
return {$or: commands};
|
||||||
}
|
}
|
||||||
|
|
||||||
_getMongoSelector() {
|
_getMongoSelector() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue