From 8cc0926b7bfed5f329539bb97085cd56b3bae8c8 Mon Sep 17 00:00:00 2001 From: harid Date: Wed, 3 Dec 2025 18:12:08 +0700 Subject: [PATCH] no message --- src/controllers/OrganizationDotnetController.ts | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/controllers/OrganizationDotnetController.ts b/src/controllers/OrganizationDotnetController.ts index 26203523..e57c17b1 100644 --- a/src/controllers/OrganizationDotnetController.ts +++ b/src/controllers/OrganizationDotnetController.ts @@ -4448,7 +4448,9 @@ export class OrganizationDotnetController extends Controller { ancestorDNA: body.nodeId }, current_holders: { - orgChild1: Not(IsNull()), + orgChild1: { + id: Not(IsNull()), + } }, }; } @@ -5059,7 +5061,9 @@ export class OrganizationDotnetController extends Controller { ancestorDNA: body.nodeId }, current_holders: { - orgChild1: Not(IsNull()), + orgChild1: { + id: Not(IsNull()), + } }, }; }