Skip to content

Commit

Permalink
BUG - Fix compatibility for projects using rules.nools.js (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
derickl authored Jun 28, 2021
1 parent a361551 commit a42a2ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cht-conf-test-harness",
"version": "2.2.1",
"version": "2.2.2",
"description": "Test Framework for CHT Projects",
"main": "./src/harness.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions src/core-adapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ const prepareRulesEngine = async (chtCore, rulesEngine, appSettings, user, sessi
chtCore.RulesEmitter.initialize({
rules: appSettings.tasks.rules,
contact: user,
taskSchedules: rulesSettings.taskSchedules
});
}
};
Expand Down

0 comments on commit a42a2ac

Please sign in to comment.