Skip to content

Commit 7cc728d

Browse files
committed
refactor : (#35) GithubOrganizationResponse
1 parent fc77142 commit 7cc728d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
package entry.dsm.gitauth.equusgithubauth.global.external.github.presentation.dto
22

3+
import com.fasterxml.jackson.annotation.JsonIgnoreProperties
4+
5+
@JsonIgnoreProperties(ignoreUnknown = true)
36
data class GithubOrganizationResponse(
47
val login: String,
58
)

0 commit comments

Comments
 (0)