Skip to content

Commit

Permalink
Update src/drivers/rest/mod.rs
Browse files Browse the repository at this point in the history
Co-authored-by: João Antônio Cardoso <[email protected]>
  • Loading branch information
patrickelectric and joaoantoniocardoso committed Sep 19, 2024
1 parent bbe23f8 commit e66ac9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drivers/rest/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ impl Driver for Rest {
let mut ws_receiver = crate::web::create_message_receiver();

tokio::select! {
result = Rest::send_task(hub_receiver, &self.on_message_output) => {
result = Rest::send_task(hub_receiver, &self.on_message_output, &self.stats) => {
if let Err(e) = result {
error!("Error in rest sender task: {e:?}");
}
Expand Down

0 comments on commit e66ac9a

Please sign in to comment.