Fix clippy finding

This commit is contained in:
Simon Goller 2024-04-28 16:02:03 +02:00
parent 691eccc2a4
commit 2931d37602

View file

@ -100,7 +100,7 @@ where
.permission_dao
.all_users()
.await?
.into_iter()
.iter()
.map(service::User::from)
.collect())
}