remove flow_input from sleep expression

This commit is contained in:
Ruben Fiszel
2022-12-04 01:31:59 +01:00
parent db05df6d7e
commit 372f2da5b9
+1 -5
View File
@@ -818,11 +818,7 @@ async fn push_next_flow_job(
InputTransform::Static { value } => value,
InputTransform::Javascript { expr } => eval_timeout(
expr.to_string(),
[
("flow_input".to_string(), flow_input),
("result".to_string(), last_result.clone()),
]
.into(),
[("result".to_string(), last_result.clone())].into(),
None,
None,
"".to_string(),