Tidy up branch

This commit is contained in:
Conrad Irwin 2024-01-04 11:55:14 -07:00
parent fcf7007e0b
commit d2afc97b53
4 changed files with 4 additions and 7 deletions

View file

@ -715,8 +715,7 @@ impl Project {
})
.await?;
let this = cx.new_model(|cx| {
// todo!()
let replica_id = response.payload.replica_id.unwrap() as ReplicaId;
let replica_id = response.payload.replica_id as ReplicaId;
let mut worktrees = Vec::new();
for worktree in response.payload.worktrees {