Skip to content

Commit

Permalink
fix: clone mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
Gege-Wang committed Jun 11, 2024
1 parent c501bd4 commit 41658d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions binaries/coordinator/src/run/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ pub(super) async fn spawn_dataflow(
dataflow_id: uuid,
working_dir,
nodes: nodes.clone(),
machine_listen_ports: machine_listen_ports.clone(),
dataflow_descriptor: dataflow.clone(),
machine_listen_ports,
dataflow_descriptor: dataflow,
};
let message = serde_json::to_vec(&Timestamped {
inner: DaemonCoordinatorEvent::Spawn(spawn_command),
Expand Down

0 comments on commit 41658d2

Please sign in to comment.