We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b59ccac commit e40ff6cCopy full SHA for e40ff6c
packages/openchs-android/src/service/RuleEvaluationService.js
@@ -48,6 +48,8 @@ class RuleEvaluationService extends BaseService {
48
constructor(db, context) {
49
super(db, context);
50
this.getEntityDecision = this.getEntityDecision.bind(this);
51
+
52
+ global.ruleServiceLibraryInterfaceForSharingModules = this.getRuleServiceLibraryInterfaceForSharingModules();
53
}
54
55
init() {
0 commit comments