diff options
Diffstat (limited to 'makima/src/db/models.rs')
| -rw-r--r-- | makima/src/db/models.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
