mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04: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: [] };}
|
||||
return commands;
|
||||
return {$or: commands};
|
||||
}
|
||||
|
||||
_getMongoSelector() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue