Fix recommendation query
This commit is contained in:
parent
5f8d803d5e
commit
b7f6320166
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'))
|
$gte: new Date(Date.now() - ms('7days'))
|
||||||
}
|
}
|
||||||
}, {
|
}, {
|
||||||
host: { $not: null }
|
host: { $ne: null }
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}, {
|
}, {
|
||||||
|
|
Loading…
Reference in a new issue