From 7d180be1249b239ff948f6854085811334ac5065 Mon Sep 17 00:00:00 2001 From: Cyborus Date: Sun, 19 Nov 2023 14:52:39 -0500 Subject: [PATCH] `starts_count` -> `stars_count` --- src/repository.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/repository.rs b/src/repository.rs index 0d0c17a..0564f5d 100644 --- a/src/repository.rs +++ b/src/repository.rs @@ -272,7 +272,7 @@ pub struct Repository { pub repo_transfer: Option, 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,