diff --git a/lib/oto/pipeline/pipeline_switch.dart b/lib/oto/pipeline/pipeline_switch.dart index 6fedd58..11da571 100644 --- a/lib/oto/pipeline/pipeline_switch.dart +++ b/lib/oto/pipeline/pipeline_switch.dart @@ -42,7 +42,7 @@ class PipelineSwitch extends PipelineCondition { result.conditionValue = 'null'; result.result = false; await printCondition( - 'Switch', condition, 'not exist Same condition', result); + 'Switch', data.condition!, 'not exist Same condition', result); } return simpleFuture; }