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", } } }