feat(events): add api auth type details to events (#2760)

This commit is contained in:
Sampras Lopes
2023-11-02 17:53:35 +05:30
committed by GitHub
parent 6ab79e6fe8
commit 10944937a0
4 changed files with 97 additions and 26 deletions

View File

@ -28,7 +28,6 @@ where
Q: Serialize + std::fmt::Debug + 'a,
S: TryFrom<Q> + Serialize,
E: Serialize + error_stack::Context + actix_web::ResponseError + Clone,
U: auth::AuthInfo,
error_stack::Report<E>: services::EmbedError,
errors::ApiErrorResponse: ErrorSwitch<E>,
T: std::fmt::Debug + Serialize,