Avoid persisting project's state before it has been initialized
This commit is contained in:
parent
e18bc24989
commit
24aafde1e8
4 changed files with 202 additions and 27 deletions
|
@ -42,7 +42,7 @@ pub struct Contact {
|
|||
pub projects: Vec<ProjectMetadata>,
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
#[derive(Clone, Debug, PartialEq)]
|
||||
pub struct ProjectMetadata {
|
||||
pub id: u64,
|
||||
pub worktree_root_names: Vec<String>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue