1
0
Fork 0

starts_count -> stars_count

This commit is contained in:
Cyborus 2023-11-19 14:52:39 -05:00
parent 571ce049b4
commit 7d180be124
No known key found for this signature in database

View file

@ -272,7 +272,7 @@ pub struct Repository {
pub repo_transfer: Option<RepoTransfer>,
pub size: u64,
pub ssh_url: String,
pub starts_count: u64,
pub stars_count: u64,
pub template: bool,
#[serde(with = "time::serde::rfc3339")]
pub updated_at: time::OffsetDateTime,