chore: clippy warnings

This commit is contained in:
Paul Makles
2023-01-03 21:06:43 +00:00
parent 27b4699299
commit c5b823ad13
9 changed files with 12 additions and 12 deletions

View File

@@ -22,7 +22,7 @@ pub async fn req(
) -> Result<EmptyResponse> {
session.subscription = Some(data.into_inner());
session
.save(&rauth)
.save(rauth)
.await
.map(|_| EmptyResponse)
.map_err(|_| Error::DatabaseError {