From b729a919977d42c58d8345ba9c1b1ad8e8c5cf4c Mon Sep 17 00:00:00 2001 From: harid Date: Wed, 3 Dec 2025 18:58:48 +0700 Subject: [PATCH] no message --- src/controllers/OrganizationDotnetController.ts | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/src/controllers/OrganizationDotnetController.ts b/src/controllers/OrganizationDotnetController.ts index e57c17b1..cbae3874 100644 --- a/src/controllers/OrganizationDotnetController.ts +++ b/src/controllers/OrganizationDotnetController.ts @@ -4447,11 +4447,7 @@ export class OrganizationDotnetController extends Controller { orgRoot: { ancestorDNA: body.nodeId }, - current_holders: { - orgChild1: { - id: Not(IsNull()), - } - }, + orgChild1: Not(IsNull()), }; } @@ -5060,11 +5056,7 @@ export class OrganizationDotnetController extends Controller { orgRoot: { ancestorDNA: body.nodeId }, - current_holders: { - orgChild1: { - id: Not(IsNull()), - } - }, + orgChild1: Not(IsNull()), }; }