diff --git a/src/api/endpoints/posts/trend.ts b/src/api/endpoints/posts/trend.ts index 46f682fb1..8a373636a 100644 --- a/src/api/endpoints/posts/trend.ts +++ b/src/api/endpoints/posts/trend.ts @@ -66,8 +66,8 @@ module.exports = (params, user) => new Promise(async (res, rej) => { limit: limit, skip: offset, sort: { - _id: -1, - repost_count: -1 + repost_count: -1, + _id: -1 } });