You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(stepfunctions): Actually perform rendering of NotCondition
Without this fix, the `Not` condition would render as (notice that `variable`, `comparisonOperator` and `value` are not capitalized):
```
{ Not:
VariableComparison { variable: '$.a', comparisonOperator: 0, value: 'b' } }
```
0 commit comments