Skip to content

Commit 5238c5f

Browse files
refactor: 마이페이지 조회 null 값 포함 반환
1 parent abf9b3e commit 5238c5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/weve/dto/response/MypageResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
@Builder
1717
@NoArgsConstructor
1818
@AllArgsConstructor
19-
@JsonInclude(JsonInclude.Include.NON_NULL)
19+
@JsonInclude(JsonInclude.Include.ALWAYS) // null 값 같이 반환
2020
public class MypageResponse {
2121
private String name;
2222
private String nationality;

0 commit comments

Comments
 (0)