forked from FoundKeyGang/FoundKey
Merge pull request #1336 from akihikodaki/recommendation
Fix recommendation query
This commit is contained in:
commit
93ee7a4229
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