This commit is contained in:
2024-03-30 18:47:18 +02:00
parent 77159a4318
commit 884a971408

View File

@@ -42,7 +42,7 @@ pub async fn handler(req: HttpRequest, token: web::Path<String>, body: Bytes, db
Ok(e) => e,
Err(e) => {
log::debug!("Bad request body json: {e}");
log::debug!("{json:?}");
log::debug!("{json}");
return Ok(HttpResponse::BadRequest());
}
};