[API] Improve trend algorithm

This commit is contained in:
syuilo 2017-03-25 23:39:22 +09:00
parent 3d7fc7ca46
commit e6e63f0679

View file

@ -41,6 +41,9 @@ module.exports = (params, user) => new Promise(async (res, rej) => {
const query = {
created_at: {
$gte: new Date(Date.now() - ms('1days'))
},
repost_count: {
$gt: 0
}
} as any;