Skip to content

Commit

Permalink
Merge pull request #13 from chamathpali/dev
Browse files Browse the repository at this point in the history
Minor fix for trees
  • Loading branch information
chamathpali committed Dec 5, 2022
2 parents e3a6f82 + fdae1e8 commit 790cfc3
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 790cfc3

Please sign in to comment.