This commit is contained in:
Gvidas Juknevičius 2024-03-30 18:50:14 +02:00
parent 884a971408
commit 96a4089bfc
Signed by: MCorange
GPG Key ID: 12B1346D720B7FBB

View File

@ -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<String>,
pub downloads_url: String,
pub events_url: String,
pub fork: bool,