mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-02 08:05:58 +09:00
[API] Fix #3737
This commit is contained in:
parent
af5839bb59
commit
b6a028a8ed
@ -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