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,