Skip to content

Commit 3969bcb

Browse files
committed
Removed fields "createdAt" "releaseRecency", "releaseRecencyText", "trendingScore", "popularityScore"
1 parent 155b493 commit 3969bcb

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

feature/home/data/src/commonMain/kotlin/zed/rainxch/home/data/mappers/CachedGithubRepoSummaryMappers.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,5 @@ fun CachedGithubRepoSummary.toGithubRepoSummary(): GithubRepoSummary {
2424
topics = topics,
2525
releasesUrl = releasesUrl,
2626
updatedAt = latestReleaseDate ?: updatedAt,
27-
trendingScore = trendingScore
2827
)
2928
}

0 commit comments

Comments
 (0)