no message
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m20s

This commit is contained in:
harid 2026-02-11 09:47:45 +07:00
parent 520b42f2c7
commit 4f900ba4d2

View file

@ -1899,6 +1899,7 @@ export class OrganizationController extends Controller {
const formattedData = await Promise.all(
orgRootData.map(async (orgRoot) => {
return {
orgDnaId: orgRoot.ancestorDNA,
orgTreeId: orgRoot.id,
orgLevel: 0,
misId: orgRoot.misId,