mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-23 04:33:50 +01:00
[API] Fix bug
This commit is contained in:
parent
c19ebcb584
commit
598b257351
@ -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 New Issue
Block a user