summaryrefslogtreecommitdiffstats
path: root/src/executor.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/executor.rs')
-rw-r--r--src/executor.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/executor.rs b/src/executor.rs
index da651c0..8e87fe1 100644
--- a/src/executor.rs
+++ b/src/executor.rs
@@ -205,7 +205,6 @@ impl<'ctx> Executor<'ctx> {
id: task_ref.id.clone(),
args: task_ref
.args
- .0
.iter()
.map(|(k, v)| (k.clone(), serde_json::to_value(v).unwrap()))
.collect(),