Fix recommendation query

This commit is contained in:
Akihiko Odaki 2018-03-29 21:47:17 +09:00
parent 78f7464891
commit 277701310e
1 changed files with 1 additions and 1 deletions

View File

@ -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 }
}
]
}, {