From e1640d210404adac67a9fae3b340c28b430e9476 Mon Sep 17 00:00:00 2001 From: Kittapath Date: Fri, 26 Apr 2024 10:18:20 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=80=E0=B8=9E=E0=B8=B4=E0=B9=88=E0=B8=A1?= =?UTF-8?q?=20node=20id?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/controllers/DevelopmentController.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/controllers/DevelopmentController.ts b/src/controllers/DevelopmentController.ts index 660ec50..5ce3fb1 100644 --- a/src/controllers/DevelopmentController.ts +++ b/src/controllers/DevelopmentController.ts @@ -1353,6 +1353,11 @@ export class DevelopmentController extends Controller { objective: getDevelopment.objective, node: node, nodeId: nodeId, + root: getDevelopment.rootId, + child1: getDevelopment.child1Id, + child2: getDevelopment.child2Id, + child3: getDevelopment.child3Id, + child4: getDevelopment.child4Id, }; return new HttpSuccess(formattedData); }