@opencrvs/toolkit
Advanced tools
Comparing version 0.0.26-events-ml to 0.0.27-events-ml
@@ -879,4 +879,4 @@ "use strict"; | ||
apply: () => { | ||
if (conditions.length === 0) { | ||
throw new Error("No conditions applied"); | ||
if (conditions.length === 1) { | ||
return conditions[0]; | ||
} | ||
@@ -883,0 +883,0 @@ return ensureWrapper(conditions, "and"); |
{ | ||
"name": "@opencrvs/toolkit", | ||
"version": "0.0.26-events-ml", | ||
"version": "0.0.27-events-ml", | ||
"description": "OpenCRVS toolkit for building country configurations", | ||
@@ -5,0 +5,0 @@ "license": "MPL-2.0", |
3459607