fix: incorrect kebab-case for the notify level enum (#2349)

Co-authored-by: sxyazi <sxyazi@gmail.com>
This commit is contained in:
hankertrix 2025-02-17 14:34:50 +08:00 committed by GitHub
parent f25ef0f07b
commit 3ec832b9d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -43,6 +43,7 @@ impl TryFrom<mlua::Table> for NotifyOpt {
}
#[derive(Clone, Copy, Default, Deserialize, Eq, PartialEq)]
#[serde(rename_all = "kebab-case")]
pub enum NotifyLevel {
#[default]
Info,