Update type
This commit is contained in:
parent
349e0cf3ff
commit
89bf217afd
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ pub struct HeartbeatEntry {
|
|||
#[serde(skip)]
|
||||
pub msg: String,
|
||||
#[serde(default)]
|
||||
pub ping: Option<u64>,
|
||||
pub ping: Option<f32>,
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, Deserialize, Serialize)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue