Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
skedia committed Apr 16, 2024
1 parent 4a63b61 commit c21282d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/worker/src/execution/orchestration/compact.rs
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ impl CompactOrchestrator {
);

let task = wrap(operator, input, self_address);
match self.dispatcher.send(task).await {
match self.dispatcher.send(task, None).await {
Ok(_) => (),
Err(e) => {
// TODO: log an error and reply to caller
Expand Down

0 comments on commit c21282d

Please sign in to comment.