Redone
This commit is contained in:
@@ -48,6 +48,7 @@ export default async function resourceRoutesSpecial(server: FastifyInstance) {
|
||||
if (sort) {
|
||||
const col = (table as any)[sort]
|
||||
if (col) {
|
||||
//@ts-ignore
|
||||
query =
|
||||
ascQuery === "true"
|
||||
? query.orderBy(asc(col))
|
||||
|
||||
Reference in New Issue
Block a user