From 2c64ee1220f658769dbcfc86f39f15f5ad993480 Mon Sep 17 00:00:00 2001 From: AdisakKanthawilang Date: Thu, 23 May 2024 10:26:43 +0700 Subject: [PATCH] fix --- src/controllers/OrganizationController.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/controllers/OrganizationController.ts b/src/controllers/OrganizationController.ts index 8728ec28..076a9e3a 100644 --- a/src/controllers/OrganizationController.ts +++ b/src/controllers/OrganizationController.ts @@ -3057,13 +3057,13 @@ export class OrganizationController extends Controller { ], order: { orgChild1s:{ - orgChild1Name: "ASC", + orgChild1Order: "ASC", orgChild2s:{ - orgChild2Name: "ASC", + orgChild2Order: "ASC", orgChild3s:{ - orgChild3Name: "ASC", + orgChild3Order: "ASC", orgChild4s:{ - orgChild4Name: "ASC", + orgChild4Order: "ASC", } } }