mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-23 12:39:59 +01:00
[API] Fix #3737
This commit is contained in:
parent
d178719443
commit
4df7b824f1
@ -52,9 +52,9 @@ export default define(meta, (ps, me) => new Promise(async (res, rej) => {
|
|||||||
_sort = {
|
_sort = {
|
||||||
length: -1
|
length: -1
|
||||||
};
|
};
|
||||||
} else if (ps.sort == '+size') {
|
} else if (ps.sort == '-size') {
|
||||||
_sort = {
|
_sort = {
|
||||||
length: -1
|
length: 1
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user