Merge branch 'develop' into dev
All checks were successful
Build & Deploy on Dev / build (push) Successful in 56s

This commit is contained in:
harid 2025-12-03 18:12:38 +07:00
commit f61ea52935

View file

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