Tidy up branch
This commit is contained in:
parent
fcf7007e0b
commit
d2afc97b53
4 changed files with 4 additions and 7 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue