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,