mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-07-28 22:59:10 +00:00
Remove parenthesis
This commit is contained in:
parent
70676a9c23
commit
d0fcc6b953
1 changed files with 1 additions and 1 deletions
|
@ -784,7 +784,7 @@ async fn post_bulk_collections(
|
||||||
}
|
}
|
||||||
|
|
||||||
// If the request is for mass adding collections, we need remove the cipher from all collections first.
|
// If the request is for mass adding collections, we need remove the cipher from all collections first.
|
||||||
if (!data.remove_collections) {
|
if !data.remove_collections {
|
||||||
CollectionCipher::delete_all_by_cipher(&cipher.uuid, &mut conn).await?;
|
CollectionCipher::delete_all_by_cipher(&cipher.uuid, &mut conn).await?;
|
||||||
}
|
}
|
||||||
for collection in &data.collection_ids {
|
for collection in &data.collection_ids {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue