fix: lints

This commit is contained in:
CleverWild
2026-06-09 21:07:01 +02:00
committed by Skipper
parent 49e5f2c7f6
commit 2b8acad415
10 changed files with 18 additions and 21 deletions

View File

@@ -298,7 +298,7 @@ where
let signature = expect_message(transport, |req: Inbound| match req {
Inbound::AuthChallengeSolution { signature } => Some(signature),
_ => None,
Inbound::AuthChallengeRequest { .. } => None,
})
.await
.map_err(|e| {