mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-13 03:53:08 +02:00
[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,
|
limit: limit,
|
||||||
skip: offset,
|
skip: offset,
|
||||||
sort: {
|
sort: {
|
||||||
_id: -1,
|
repost_count: -1,
|
||||||
repost_count: -1
|
_id: -1
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue