mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
clippy
This commit is contained in:
parent
f19def9541
commit
eb45d05f3b
1 changed files with 1 additions and 1 deletions
|
@ -1813,7 +1813,7 @@ where
|
|||
.to_string(),
|
||||
)
|
||||
})?;
|
||||
T::from_request_parts(&mut parts, &state)
|
||||
T::from_request_parts(&mut parts, state)
|
||||
.await
|
||||
.map_err(|e| ServerFnError::ServerError(format!("{e:?}")))
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue