This commit is contained in:
Greg Johnston 2024-01-19 17:43:05 -05:00
parent f19def9541
commit eb45d05f3b
1 changed files with 1 additions and 1 deletions

View File

@ -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:?}")))
}