เพิ่ม node id

This commit is contained in:
Kittapath 2024-04-26 10:18:20 +07:00
parent 87c7452fa5
commit e1640d2104

View file

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