feat(events): add incoming webhook payload to api events logger (#2852)

Co-authored-by: Sampras lopes <lsampras@pm.me>
This commit is contained in:
Prasunna Soppa
2023-11-17 13:38:23 +05:30
committed by GitHub
parent 375108b6df
commit aea390a6a1
65 changed files with 259 additions and 202 deletions

View File

@ -223,6 +223,7 @@ pub trait ByteSliceExt {
}
impl ByteSliceExt for [u8] {
#[track_caller]
fn parse_struct<'de, T>(
&'de self,
type_name: &'static str,