Merge pull request #1336 from akihikodaki/recommendation

Fix recommendation query
This commit is contained in:
syuilo
2018-03-30 14:11:11 +09:00
committed by GitHub

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