Changed types

This commit is contained in:
2025-09-12 19:40:53 +02:00
parent af1bf82c75
commit 0fe16ad79e
12 changed files with 35 additions and 11 deletions

View File

@@ -26,6 +26,7 @@ export default async function resourceRoutesSpecial(server: FastifyInstance) {
return reply.code(400).send({ error: error.message });
}
// @ts-ignore
const sorted =sortData(data,sort,asc === "true" ? true : false)
return sorted;