fix: fix repo language null throw npr

This commit is contained in:
2024-10-08 16:58:05 +08:00
parent 9e198c0084
commit f62055d2ac
2 files changed
+3 -3

No files matched your search

@@ -16,7 +16,7 @@ data class RepoInfo(
val description: String?,
@SerializedName("forks_count")
val forksCount: Int,
val language: String,
val language: String?,
@SerializedName("stargazers_count")
val starsCount: Int,
@SerializedName("open_issues_count")