mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 05:15:00 +00:00
Remove unwrap from Server::share_project
This commit is contained in:
parent
71eeeedc05
commit
3b34d858b5
1 changed files with 1 additions and 2 deletions
|
@ -862,8 +862,7 @@ impl Server {
|
|||
request.sender_connection_id,
|
||||
&request.payload.worktrees,
|
||||
)
|
||||
.await
|
||||
.unwrap();
|
||||
.await?;
|
||||
response.send(proto::ShareProjectResponse {
|
||||
project_id: project_id.to_proto(),
|
||||
})?;
|
||||
|
|
Loading…
Reference in a new issue