mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-01 03:41:59 +01:00
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