Skip to content

Commit

Permalink
Remove unused statement
Browse files Browse the repository at this point in the history
  • Loading branch information
matlink authored Jan 4, 2024
1 parent cfa89d3 commit 600517c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/api/core/organizations.rs
Original file line number Diff line number Diff line change
Expand Up @@ -346,9 +346,6 @@ async fn get_org_collections_details(org_id: &str, headers: ManagerHeadersLoose,
Vec::with_capacity(0)
};

// uuids of users belonging to a group of this collection
let has_collection_access_via_group = GroupUser::get_group_members_for_collection(&col.uuid, &mut conn).await;

let mut assigned = has_full_access;
let users: Vec<Value> = coll_users
.iter()
Expand Down

0 comments on commit 600517c

Please sign in to comment.