Skip to content

Commit e40ff6c

Browse files
committed
#823 - define rule global in global maintained by react native
1 parent b59ccac commit e40ff6c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/openchs-android/src/service/RuleEvaluationService.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ class RuleEvaluationService extends BaseService {
4848
constructor(db, context) {
4949
super(db, context);
5050
this.getEntityDecision = this.getEntityDecision.bind(this);
51+
52+
global.ruleServiceLibraryInterfaceForSharingModules = this.getRuleServiceLibraryInterfaceForSharingModules();
5153
}
5254

5355
init() {

0 commit comments

Comments
 (0)