Skip to content

Commit

Permalink
#1133 | Add back models into the global variables since it is being u…
Browse files Browse the repository at this point in the history
…sed by older rules coming from rule_dependency
  • Loading branch information
vinayvenu committed Oct 12, 2023
1 parent 7c6c81e commit 2f3bad8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/openchs-android/src/service/RuleEvaluationService.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,9 @@ class RuleEvaluationService extends BaseService {
getRuleServiceLibraryInterfaceForSharingModules() {
return {
log: console.log,
common: common,
motherCalculations: motherCalculations
common,
motherCalculations,
models
};
}

Expand Down

0 comments on commit 2f3bad8

Please sign in to comment.