Skip to content

Commit

Permalink
Booleans
Browse files Browse the repository at this point in the history
  • Loading branch information
ConradIrwin committed Apr 11, 2024
1 parent b0e937f commit 1ee81eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/collab/src/db/queries/projects.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1087,7 +1087,7 @@ impl Database {
}

if connection_ids.contains(&connection_id)
&& Some(connection_id) != project.host_connection().ok()
|| Some(connection_id) == project.host_connection().ok()
{
Ok(connection_ids)
} else {
Expand Down

0 comments on commit 1ee81eb

Please sign in to comment.