Skip to content

Commit

Permalink
Merge pull request #149 from UKHomeOffice/update/deps
Browse files Browse the repository at this point in the history
Update/deps
  • Loading branch information
HughePaul authored Jan 31, 2020
2 parents 1a1cac6 + fb79c86 commit bdcf007
Show file tree
Hide file tree
Showing 5 changed files with 1,421 additions and 442 deletions.
2 changes: 1 addition & 1 deletion lib/controller/mixins/invalidate-journey.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ module.exports = Controller => class extends Controller {
let journeyChanges = this.getJourneyFieldNames(req, res, changes, true);
journeyChanges.push('*');

let wizardChanges = this.getJourneyFieldNames(req, res, changes, false);
let wizardChanges = this.getJourneyFieldNames(req, res, changes);

let journeyHistory = req.journeyModel.get('history');
_.each(journeyHistory, step => {
Expand Down
Loading

0 comments on commit bdcf007

Please sign in to comment.