mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-10-27 08:20:02 +02:00
Fixed some lint issues
This commit is contained in:
@@ -362,6 +362,6 @@ impl Cipher {
|
||||
)
|
||||
))
|
||||
.select(ciphers_collections::collection_uuid)
|
||||
.load::<String>(&**conn).unwrap_or(vec![])
|
||||
.load::<String>(&**conn).unwrap_or_default()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user