fix: FlowInfoValue's compatibility (#5695)

This commit is contained in:
discord9
2025-03-12 17:02:48 +08:00
committed by GitHub
parent af1920defc
commit f164f6eaf3

View File

@@ -133,8 +133,10 @@ pub struct FlowInfoValue {
/// The options.
pub(crate) options: HashMap<String, String>,
/// The created time
#[serde(default)]
pub(crate) created_time: DateTime<Utc>,
/// The updated time.
#[serde(default)]
pub(crate) updated_time: DateTime<Utc>,
}