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 af38ab2 commit d59a5d9Copy full SHA for d59a5d9
rs/src/render.rs
@@ -479,7 +479,7 @@ fn switch_operator(
479
object: &Object,
480
context: &Context,
481
) -> Result<Value> {
482
- check_operator_properties(operator, object, |_| false)?;
+ check_operator_properties(operator, object, |_| false)?;
483
if let Value::Object(obj) = _render(value, context)? {
484
if let Ok(Value::Array(mut matches)) = get_matching_conditions(obj, context, true) {
485
if let Value::Object(ref o) = value {
0 commit comments