diff --git a/src/api/core/ciphers.rs b/src/api/core/ciphers.rs index afdf7e7..0afe760 100644 --- a/src/api/core/ciphers.rs +++ b/src/api/core/ciphers.rs @@ -320,7 +320,6 @@ fn post_collections_admin(uuid: String, data: Json, header let posted_collections: HashSet = data.collectionIds.iter().cloned().collect(); let current_collections: HashSet = cipher.get_collections(&conn).iter().cloned().collect(); - //TODO: update cipher collection mapping for collection in posted_collections.symmetric_difference(¤t_collections) { match Collection::find_by_uuid(&collection, &conn) { None => (), // Does not exist, what now?