mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-08-01 16:49:09 +00:00
Remove unused statement
This commit is contained in:
parent
7c938668af
commit
a41125d34f
1 changed files with 0 additions and 3 deletions
|
@ -345,9 +345,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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue