We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc77142 commit 7cc728dCopy full SHA for 7cc728d
src/main/kotlin/entry/dsm/gitauth/equusgithubauth/global/external/github/presentation/dto/GithubOrganizationResponse.kt
@@ -1,5 +1,8 @@
1
package entry.dsm.gitauth.equusgithubauth.global.external.github.presentation.dto
2
3
+import com.fasterxml.jackson.annotation.JsonIgnoreProperties
4
+
5
+@JsonIgnoreProperties(ignoreUnknown = true)
6
data class GithubOrganizationResponse(
7
val login: String,
8
)
0 commit comments