1
0
Fork 0
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:
Daniel García 2018-09-13 21:55:23 +02:00
commit 8651df8c2a
No known key found for this signature in database
GPG key ID: FC8A7D14C3CD543A
11 changed files with 25 additions and 27 deletions

View file

@ -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!({