Reduzing cloned items

This commit is contained in:
Marco De Araujo 2025-12-27 08:20:02 -04:00
parent 0de1f9e083
commit 97171b89d5
4 changed files with 9 additions and 7 deletions

View file

@ -29,9 +29,9 @@ pub struct StatusPageConfig {
pub struct MonitorInfo {
pub id: u64,
pub name: String,
#[serde(rename = "sendUrl")]
#[serde(skip_deserializing)]
pub send_url: u8,
#[serde(rename = "type")]
#[serde(skip_deserializing)]
pub monitor_type: String,
}