Skip to content

Commit

Permalink
Do not skip repository topics serialization (cncf#600)
Browse files Browse the repository at this point in the history
Signed-off-by: Sergio Castaño Arteaga <[email protected]>
  • Loading branch information
tegioz authored and ES-zxy committed May 8, 2024
1 parent b17e823 commit 4c84aac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/core/src/data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,6 @@ pub struct RepositoryGithubData {
pub latest_commit: Commit,
pub participation_stats: Vec<i64>,
pub stars: i64,
#[serde(skip_serializing_if = "Vec::is_empty")]
pub topics: Vec<String>,
pub url: String,

Expand Down

0 comments on commit 4c84aac

Please sign in to comment.