[API] Fix bug
This commit is contained in:
parent
84ba09a378
commit
3d7fc7ca46
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue