Skip to content

Commit

Permalink
fix bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
jr1221 committed Oct 25, 2024
1 parent 9aa0127 commit d092cc7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions scylla-server/src/controllers/run_controller.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ use axum::{
Json,
};

use tokio::sync::mpsc;
use tracing::warn;

use crate::{
error::ScyllaError, services::run_service, transformers::run_transformer::PublicRun, Database,
};
Expand Down
1 change: 0 additions & 1 deletion scylla-server/src/processors/mqtt_processor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ impl MqttProcessor {
node: "Internal".to_string(),
unit: "ms".to_string(),
run_id: crate::RUN_ID.load(Ordering::Relaxed),
run_id: self.curr_run,
timestamp: chrono::offset::Utc::now(),
values: vec![avg_latency as f32]
};
Expand Down

0 comments on commit d092cc7

Please sign in to comment.