fixed sorting
This commit is contained in:
parent
be699c329b
commit
aa854f62e7
1 changed files with 1 additions and 0 deletions
|
|
@ -39,6 +39,7 @@ async function Search(req, res) {
|
|||
['view', 'desc'],
|
||||
['comments', 'desc'],
|
||||
];
|
||||
searchQuery['answers'] = 0;
|
||||
break;
|
||||
case 'uvac':
|
||||
sortQuery = [
|
||||
|
|
|
|||
Reference in a new issue