Skip to content

Commit

Permalink
[FIX]액션 플랜에 리뷰가 있는 지에 대한 명명 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Hong0329 committed Jan 16, 2024
1 parent c9d430e commit aac79cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ public class ActionPlanGetResponseDto {

private Boolean isFinished;

private Boolean isReviewed;
private Boolean hasReview;
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ public class DoingActionPlanGetResponseDto {

private Long seedId;

private Boolean isReviewed;
private Boolean hasReview;
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ public class FinishedActionPlanGetResponseDto {

private Long seedId;

private Boolean isReviewed;
private Boolean hasReview;
}

0 comments on commit aac79cd

Please sign in to comment.