From c076455ea651a6be3764af7392ff41175ec0bed1 Mon Sep 17 00:00:00 2001 From: soryu Date: Sun, 1 Feb 2026 00:52:02 +0000 Subject: [WIP] Heartbeat checkpoint - 2026-02-01 00:52:02 UTC --- makima/src/db/models.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makima/src/db') diff --git a/makima/src/db/models.rs b/makima/src/db/models.rs index a7d2cda..ca6409c 100644 --- a/makima/src/db/models.rs +++ b/makima/src/db/models.rs @@ -2155,7 +2155,7 @@ pub enum SupervisorSavePoint { /// Supervisor restoration context /// Contains all information needed to restore a supervisor after crash -#[derive(Debug, Clone, Serialize, Deserialize, ToSchema)] +#[derive(Debug, Clone, Serialize, ToSchema)] #[serde(rename_all = "camelCase")] pub struct SupervisorRestorationContext { /// The restored supervisor state -- cgit v1.2.3