mirror of
https://github.com/ViViDboarder/bitwarden_rs.git
synced 2024-11-22 13:16:39 +00:00
Remove outdated comment
This commit is contained in:
parent
34f2aa68f4
commit
e5c9d19e25
@ -320,7 +320,6 @@ fn post_collections_admin(uuid: String, data: Json<CollectionsAdminData>, header
|
|||||||
let posted_collections: HashSet<String> = data.collectionIds.iter().cloned().collect();
|
let posted_collections: HashSet<String> = data.collectionIds.iter().cloned().collect();
|
||||||
let current_collections: HashSet<String> = cipher.get_collections(&conn).iter().cloned().collect();
|
let current_collections: HashSet<String> = cipher.get_collections(&conn).iter().cloned().collect();
|
||||||
|
|
||||||
//TODO: update cipher collection mapping
|
|
||||||
for collection in posted_collections.symmetric_difference(¤t_collections) {
|
for collection in posted_collections.symmetric_difference(¤t_collections) {
|
||||||
match Collection::find_by_uuid(&collection, &conn) {
|
match Collection::find_by_uuid(&collection, &conn) {
|
||||||
None => (), // Does not exist, what now?
|
None => (), // Does not exist, what now?
|
||||||
|
Loading…
Reference in New Issue
Block a user