mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-10 05:37:29 +03:00
Fix tests
This commit is contained in:
parent
a85f9e74b1
commit
197a4342d0
@ -1082,7 +1082,7 @@ impl Server {
|
||||
let follower_id = request.sender_id;
|
||||
{
|
||||
let mut store = self.store_mut().await;
|
||||
if store
|
||||
if !store
|
||||
.project_connection_ids(request.payload.project_id, follower_id)?
|
||||
.contains(&leader_id)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user