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()), + } }, }; }