fix: fixed the program reduce algorithm to be flexable and correctly use the different phase variables.
ref: N25B-294
This commit is contained in:
@@ -93,7 +93,9 @@ export function GoalReduce(node: Node, nodes: Node[]) {
|
||||
}
|
||||
const data = node.data as GoalNodeData;
|
||||
return {
|
||||
id: node.id,
|
||||
label: data.label,
|
||||
description: data.description,
|
||||
achieved: data.achieved,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user