Skip to content

Commit

Permalink
#823 - define rule global in global maintained by react native
Browse files Browse the repository at this point in the history
  • Loading branch information
petmongrels committed Feb 16, 2023
1 parent b59ccac commit e40ff6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/openchs-android/src/service/RuleEvaluationService.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ class RuleEvaluationService extends BaseService {
constructor(db, context) {
super(db, context);
this.getEntityDecision = this.getEntityDecision.bind(this);

global.ruleServiceLibraryInterfaceForSharingModules = this.getRuleServiceLibraryInterfaceForSharingModules();
}

init() {
Expand Down

0 comments on commit e40ff6c

Please sign in to comment.