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