Skip to content

Commit

Permalink
refactor(data): Remove totalPrivateRepos property from User data …
Browse files Browse the repository at this point in the history
…class.
  • Loading branch information
pierre.roy committed Jul 30, 2024
1 parent d268c8f commit c066a18
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/jsMain/kotlin/io/github/ayfri/data/Entities.kt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ data class GitHubUser(
val login: String,
val name: String,
val publicRepos: Int,
val totalPrivateRepos: Int,
val updatedAt: String,
)

Expand Down

0 comments on commit c066a18

Please sign in to comment.