From c966f46bc60b4cfc0e5eb61ef35b31be61cfeda6 Mon Sep 17 00:00:00 2001 From: Nathan Byrd Date: Fri, 8 Sep 2023 13:42:15 +0000 Subject: [PATCH] Added mechanism to just check a single acs --- core/acs.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/acs.js b/core/acs.js index 835b80d3..cc8ed576 100644 --- a/core/acs.js +++ b/core/acs.js @@ -87,6 +87,10 @@ class ACS { } } + matches(acs) { + return checkAcs(acs, {subject: this.subject}); + } + getConditionalValue(condArray, memberName) { if (!Array.isArray(condArray)) { // no cond array, just use the value