uwu
This commit is contained in:
parent
0f5d8615f4
commit
79d649ae58
|
@ -40,6 +40,7 @@ pub async fn handler(req: HttpRequest, token: web::Path<String>, body: Bytes, db
|
||||||
|
|
||||||
let Ok(event) = types::Event::from_raw_json(event_type, json.clone()) else {
|
let Ok(event) = types::Event::from_raw_json(event_type, json.clone()) else {
|
||||||
log::debug!("Bad request body json");
|
log::debug!("Bad request body json");
|
||||||
|
log::debug!("{json:?}");
|
||||||
return Ok(HttpResponse::BadRequest());
|
return Ok(HttpResponse::BadRequest());
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user