mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-09-15 06:02:42 +00:00
Fixed some lint issues
This commit is contained in:
parent
948554a20f
commit
8651df8c2a
11 changed files with 25 additions and 27 deletions
|
@ -289,7 +289,7 @@ fn get_collection_users(org_id: String, coll_id: String, _headers: AdminHeaders,
|
|||
.iter().map(|col_user| {
|
||||
UserOrganization::find_by_user_and_org(&col_user.user_uuid, &org_id, &conn)
|
||||
.unwrap()
|
||||
.to_json_collection_user_details(&col_user.read_only, &conn)
|
||||
.to_json_collection_user_details(col_user.read_only, &conn)
|
||||
}).collect();
|
||||
|
||||
Ok(Json(json!({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue