Derive Serialize on HourFormat
This commit is contained in:
parent
6d020a3ee9
commit
0717c168d9
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ impl Default for JournalSettings {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Clone, Debug, Deserialize, JsonSchema)]
|
#[derive(Clone, Debug, Serialize, Deserialize, JsonSchema)]
|
||||||
#[serde(rename_all = "snake_case")]
|
#[serde(rename_all = "snake_case")]
|
||||||
pub enum HourFormat {
|
pub enum HourFormat {
|
||||||
Hour12,
|
Hour12,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue