mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
fix typo in metrics
This commit is contained in:
committed by
Aiden McClelland
parent
6ddc0a8ed4
commit
6ee0bf8636
@@ -146,7 +146,7 @@ impl<'de> Deserialize<'de> for GigaBytes {
|
||||
|
||||
#[derive(Deserialize, Serialize, Clone, Debug)]
|
||||
pub struct MetricsGeneral {
|
||||
#[serde(rename = "Temparature")]
|
||||
#[serde(rename = "Temperature")]
|
||||
temperature: Celsius,
|
||||
}
|
||||
#[derive(Deserialize, Serialize, Clone, Debug)]
|
||||
|
||||
Reference in New Issue
Block a user