v0.12.0-preety_code

This commit is contained in:
Mateusz Gruszczyński
2026-09-03 15:33:37 +02:00
parent be67932b47
commit 07be4b85d9
87 changed files with 11691 additions and 3172 deletions
-2
View File
@@ -25,7 +25,6 @@ pub struct Schedule {
pub flow_node_id: Option<String>,
}
#[derive(Debug, Clone, Serialize, Deserialize, Default, PartialEq)]
pub struct FlowRuntimeNodeState {
#[serde(default)]
@@ -98,4 +97,3 @@ pub struct Automation {
pub created_at: DateTime<Utc>,
pub updated_at: DateTime<Utc>,
}