diff --git a/src/web/routes/api/webhooks/github/types.rs b/src/web/routes/api/webhooks/github/types.rs index 3531aed..862d54d 100644 --- a/src/web/routes/api/webhooks/github/types.rs +++ b/src/web/routes/api/webhooks/github/types.rs @@ -655,6 +655,7 @@ pub struct Repository { pub labels_url: String, pub language: Option, pub languages_url: String, + pub license: Option, pub merges_url: String, pub milestones_url: String, pub mirror_url: Option,