From 2c3f57e72f0a40fc19d91d6ee50807f4171d2346 Mon Sep 17 00:00:00 2001 From: MCorange99 Date: Sat, 30 Mar 2024 18:37:49 +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 08f62bd..3531aed 100644 --- a/src/web/routes/api/webhooks/github/types.rs +++ b/src/web/routes/api/webhooks/github/types.rs @@ -629,7 +629,7 @@ pub struct Repository { pub contributors_url: String, pub created_at: String, pub default_branch: String, - pub description: String, + pub description: Option, pub downloads_url: String, pub events_url: String, pub forks: u64,