Use rename

This commit is contained in:
Caleb Owens 2024-07-09 12:44:38 +02:00
parent d80b85b4c7
commit 3142a0c298
No known key found for this signature in database

View File

@ -46,7 +46,7 @@ pub struct Branch {
pub selected_for_changes: Option<i64>,
#[serde(default = "default_true")]
pub allow_rebasing: bool,
#[serde(default = "default_true")]
#[serde(default = "default_true", rename = "applied")]
pub old_applied: bool,
#[serde(default = "default_true")]
pub in_workspace: bool,