style: Fix clippy lint errors

This commit is contained in:
nexy7574
2025-09-17 23:54:09 +01:00
parent 7f287c7880
commit 0672ce5b88
2 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -1113,7 +1113,7 @@ impl Service {
.useridprofilekey_value
.qry(&key)
.await
.and_then(|handle| serde_json::from_slice(&handle).map_err(|err| err.into()))
.and_then(|handle| serde_json::from_slice(&handle).map_err(Into::into))
}
/// Gets all the user's profile keys and values in an iterator