mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2024-11-12 00:16:32 +00:00
No point calling find_by_uuid now we don't use the result.
This commit is contained in:
parent
928ad6c1d8
commit
fc0e239bdf
@ -293,8 +293,6 @@ impl UserOrganization {
|
|||||||
}
|
}
|
||||||
|
|
||||||
pub fn to_json_collection_user_details(&self, read_only: bool, conn: &DbConn) -> Value {
|
pub fn to_json_collection_user_details(&self, read_only: bool, conn: &DbConn) -> Value {
|
||||||
let user = User::find_by_uuid(&self.user_uuid, conn).unwrap();
|
|
||||||
|
|
||||||
json!({
|
json!({
|
||||||
"Id": self.uuid,
|
"Id": self.uuid,
|
||||||
"ReadOnly": read_only
|
"ReadOnly": read_only
|
||||||
|
Loading…
Reference in New Issue
Block a user