Fix left overs after models refactor (#3)
Co-authored-by: Felipe Diniello <felipediniello@pm.me> Reviewed-on: #3
This commit was merged in pull request #3.
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
use chrono::{DateTime, Utc};
|
||||
use influxdb::InfluxDbWriteable;
|
||||
use serde::Serialize;
|
||||
use tokio::time;
|
||||
|
||||
@@ -7,7 +6,7 @@ use kairo_common::Point;
|
||||
|
||||
use crate::Config;
|
||||
|
||||
#[derive(Debug, Serialize, InfluxDbWriteable)]
|
||||
#[derive(Debug, Serialize)]
|
||||
pub struct Error {
|
||||
error: f64,
|
||||
speed: f64,
|
||||
|
||||
Reference in New Issue
Block a user