Skip to content

Commit

Permalink
Fixed Strategy Locked bug
Browse files Browse the repository at this point in the history
  • Loading branch information
chamathpali committed Dec 9, 2022
1 parent 398fe53 commit 3917261
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/controllers/cbr_cycle.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ module.exports.query = async (req, res) => {
});

selected_intent.strategies = strategies
selected_intent.strategy_selected = false
persona.intents[intentIndex] = selected_intent;

const save = await usecase.save();
Expand Down

0 comments on commit 3917261

Please sign in to comment.