Final release fixes (#811)

This commit is contained in:
Geometrically
2023-12-27 13:54:17 -05:00
committed by GitHub
parent 3bdd551d40
commit f199ecf8e9
2 changed files with 2 additions and 1 deletions

View File

@@ -35,6 +35,7 @@ pub struct LegacyNotificationAction {
}
#[derive(Serialize, Deserialize)]
#[serde(tag = "type", rename_all = "snake_case")]
pub enum LegacyNotificationBody {
ProjectUpdate {
project_id: ProjectId,