Skip to content

Commit

Permalink
fix: #25 JsonProperty 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
ehs208 committed Nov 13, 2024
1 parent b403139 commit 28d3ae8
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package com.leets.xcellentbe.domain.user.dto;

import com.fasterxml.jackson.annotation.JsonProperty;
import com.leets.xcellentbe.domain.user.domain.User;

import lombok.Builder;
Expand All @@ -24,11 +23,7 @@ public class UserProfileResponseDto {
private int userBirthDay;
private int followersCount;
private int followingsCount;

@JsonProperty("isFollowing")
private Boolean isFollowing;

@JsonProperty("isMyProfile")
private Boolean isMyProfile;

@Builder
Expand Down

0 comments on commit 28d3ae8

Please sign in to comment.