Skip to content

Commit

Permalink
Minor fix for trees
Browse files Browse the repository at this point in the history
  • Loading branch information
chamathpali committed Dec 5, 2022
1 parent 06eef3d commit fdae1e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/cbr_cycle.js
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ module.exports.query = async (req, res) => {
}
}
let methods = []
temp.trees.forEach(t => {
temp.data.trees.forEach(t => {
for (var n in t.nodes) {
if (t.nodes[n].Concept == "Explanation Method") {
methods.push(t.nodes[n].Instance)
Expand Down

0 comments on commit fdae1e8

Please sign in to comment.