mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-10 23:51:01 -07:00
oops
This commit is contained in:
parent
d4e38c2c2b
commit
f9c024e272
1 changed files with 2 additions and 2 deletions
|
@ -29,11 +29,11 @@ module.exports = (params, me) => new Promise(async (res, rej) => {
|
|||
if (sort) {
|
||||
if (sort == '+follower') {
|
||||
_sort = {
|
||||
followers_count: 1
|
||||
followers_count: -1
|
||||
};
|
||||
} else if (sort == '-follower') {
|
||||
_sort = {
|
||||
followers_count: -1
|
||||
followers_count: 1
|
||||
};
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue