Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
squadgazzz committed Nov 19, 2024
1 parent 6f658a1 commit 1339994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/driver/src/infra/api/routes/settle/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ pub(in crate::infra::api) fn create_settle_queue_sender(
"settle deadline exceeded. unable to return a response"
);
}
return;
continue;
}

let result = async move {
Expand Down

0 comments on commit 1339994

Please sign in to comment.