Skip to content

Commit

Permalink
⚡️: fix 불필요한 어노테이션 제거 #14
Browse files Browse the repository at this point in the history
  • Loading branch information
orijoon98 committed Mar 1, 2024
1 parent 4b5fe80 commit 28c6c84
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
package com.th.plu.external.client.apple.dto.response

import com.fasterxml.jackson.annotation.JsonIgnoreProperties
import com.th.plu.common.exception.code.ErrorCode
import com.th.plu.common.exception.model.BadGatewayException

@JsonIgnoreProperties(ignoreUnknown = true)
data class AppleProfileResponseDto(
val keys: List<Key>
) {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
package com.th.plu.external.client.kakao.dto.response

import com.fasterxml.jackson.annotation.JsonIgnoreProperties

@JsonIgnoreProperties(ignoreUnknown = true)
data class KakaoProfileResponseDto(
val id: String
)

0 comments on commit 28c6c84

Please sign in to comment.