forked from FoundKeyGang/FoundKey
Fix recommendation query
This commit is contained in:
parent
78f7464891
commit
277701310e
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ module.exports = (params, me) => new Promise(async (res, rej) => {
|
|||
$gte: new Date(Date.now() - ms('7days'))
|
||||
}
|
||||
}, {
|
||||
host: { $not: null }
|
||||
host: { $ne: null }
|
||||
}
|
||||
]
|
||||
}, {
|
||||
|
|
Loading…
Reference in a new issue