mirror of
https://codeberg.org/icewind/ugc-scaper.git
synced 2026-06-03 18:24:10 +02:00
fix trace
This commit is contained in:
parent
3c86d7792a
commit
448993c27a
3 changed files with 269 additions and 243 deletions
|
|
@ -170,7 +170,7 @@ async fn match_page(
|
|||
Path(id): Path<u32>,
|
||||
State(state): State<AppState>,
|
||||
) -> Result<impl IntoResponse, ApiError> {
|
||||
debug!(team = id, "requesting match");
|
||||
debug!(r#match = id, "requesting match");
|
||||
let response = state.client.match_info(id).await?;
|
||||
Ok(Json(response))
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue