Fix compile errors
This commit is contained in:
parent
a58a33fc93
commit
94a0de4c9f
1 changed files with 6 additions and 0 deletions
|
@ -1568,6 +1568,9 @@ impl Database {
|
|||
worktree.updated_repositories.push(proto::RepositoryEntry {
|
||||
work_directory_id: db_repository.work_directory_id as u64,
|
||||
branch: db_repository.branch,
|
||||
removed_statuses: Default::default(),
|
||||
updated_statuses: Default::default(),
|
||||
|
||||
});
|
||||
}
|
||||
}
|
||||
|
@ -2648,6 +2651,9 @@ impl Database {
|
|||
worktree.repository_entries.push(proto::RepositoryEntry {
|
||||
work_directory_id: db_repository_entry.work_directory_id as u64,
|
||||
branch: db_repository_entry.branch,
|
||||
removed_statuses: Default::default(),
|
||||
updated_statuses: Default::default(),
|
||||
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue