From d73313690f42eb82f925497b65e118f1a4180a5d Mon Sep 17 00:00:00 2001 From: MCorange99 Date: Sat, 30 Mar 2024 18:31:00 +0200 Subject: [PATCH] uwu --- src/web/routes/api/webhooks/github/types.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/web/routes/api/webhooks/github/types.rs b/src/web/routes/api/webhooks/github/types.rs index 2e4d553..08f62bd 100644 --- a/src/web/routes/api/webhooks/github/types.rs +++ b/src/web/routes/api/webhooks/github/types.rs @@ -17,6 +17,7 @@ impl Event { pub struct Value { pub json: serde_json::Value } #[derive(Debug, Deserialize, Clone)] +#[serde(rename_all = "lowercase")] pub enum Event { CommitComment(CommitCommentEvent), Create(CreateEvent),