From 96a4089bfceed0c290673ca2bf48d114edec4a37 Mon Sep 17 00:00:00 2001 From: MCorange99 Date: Sat, 30 Mar 2024 18:50:14 +0200 Subject: [PATCH] uwu --- src/web/routes/api/webhooks/github/types.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/web/routes/api/webhooks/github/types.rs b/src/web/routes/api/webhooks/github/types.rs index 862d54d..0ddeefb 100644 --- a/src/web/routes/api/webhooks/github/types.rs +++ b/src/web/routes/api/webhooks/github/types.rs @@ -559,7 +559,7 @@ pub struct PushRepository { pub contributors_url: String, pub created_at: u64, pub default_branch: String, - pub description: String, + pub description: Option, pub downloads_url: String, pub events_url: String, pub fork: bool,