Skip to content

Commit

Permalink
fix(showcase): console errors linked to ruleset
Browse files Browse the repository at this point in the history
  • Loading branch information
fpaul-1A committed Nov 6, 2023
1 parent a8b6486 commit f25bced
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions apps/showcase/src/assets/rules/rulesets.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@
"blockType": "IF_ELSE",
"condition": {
"all": [
{
"lhs": {
"type": "FACT",
"value": "outboundDate"
},
"operator": "isDefined"
},
{
"lhs": {
"type": "FACT",
Expand Down Expand Up @@ -89,6 +96,13 @@
"blockType": "IF_ELSE",
"condition": {
"all": [
{
"lhs": {
"type": "FACT",
"value": "outboundDate"
},
"operator": "isDefined"
},
{
"lhs": {
"type": "FACT",
Expand Down

0 comments on commit f25bced

Please sign in to comment.