Skip to content

Commit

Permalink
Merge pull request #282 from danger/Vacxe-patch-1
Browse files Browse the repository at this point in the history
Update GitHub.kt
  • Loading branch information
Vacxe authored Apr 24, 2024
2 parents a1fd8a3 + 485cb78 commit 783edcc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ data class GitHubUser(
val login: String? = null,
val type: GitHubUserType? = null,
@SerialName("avatar_url")
val avatarUrl: String?
val avatarUrl: String? = null
)

@Serializable
Expand Down

0 comments on commit 783edcc

Please sign in to comment.