From 5406b1bde7c98f34ce14fe6e28ac12744ddbae4b Mon Sep 17 00:00:00 2001 From: AdisakKanthawilang Date: Tue, 24 Jun 2025 11:49:31 +0700 Subject: [PATCH] fix name --- src/controllers/ProfileController.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/controllers/ProfileController.ts b/src/controllers/ProfileController.ts index a8d68cdd..d95bdf1a 100644 --- a/src/controllers/ProfileController.ts +++ b/src/controllers/ProfileController.ts @@ -8249,11 +8249,11 @@ export class ProfileController extends Controller { child4Id: child4 == null ? null : child4.id, child4: child4 == null ? null : child4.orgChild4Name, child4ShortName: child4 == null ? null : child4.orgChild4ShortName, - rootIdDna: root == null ? null : root.ancestorDNA, - child1IdDna: child1 == null ? null : child1.ancestorDNA, - child2IdDna: child2 == null ? null : child2.ancestorDNA, - child3IdDna: child3 == null ? null : child3.ancestorDNA, - child4IdDna: child4 == null ? null : child4.ancestorDNA, + rootDnaId: root == null ? null : root.ancestorDNA, + child1DnaId: child1 == null ? null : child1.ancestorDNA, + child2DnaId: child2 == null ? null : child2.ancestorDNA, + child3DnaId: child3 == null ? null : child3.ancestorDNA, + child4DnaId: child4 == null ? null : child4.ancestorDNA, node: null, nodeId: null, salary: profile.amount,