1
0
Fork 0
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:
Matlink 2024-01-04 21:51:34 +01:00 committed by Matlink
commit a41125d34f

View file

@ -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()