visual changes improvements

This commit is contained in:
Daniel
2023-05-15 21:59:51 +03:30
parent 5e27c971ff
commit 9b064bbb1e
7 changed files with 49 additions and 18 deletions
+5
View File
@@ -39,6 +39,11 @@ export default async function (userId: number) {
],
},
},
orderBy: {
links: {
_count: "desc",
},
},
});
return { response: tags, status: 200 };