Skip to content

Commit

Permalink
refactor: plan 에서 의도치 않게 필요한 부분이 리턴되지 않는 부분 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
kanguk01 committed Nov 14, 2024
1 parent 27f2884 commit 12131a0
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@ public class PlanResponseDto {
private String description;
private LocalDateTime startDate;
private LocalDateTime endDate;

@JsonIgnore
private Boolean accessibility;
@JsonIgnore
private Boolean isCompleted;

@JsonIgnore
private LocalDateTime createdAt;
@JsonIgnore
Expand Down

0 comments on commit 12131a0

Please sign in to comment.