Skip to content

Commit

Permalink
Merge pull request #77 from Team-Growthook/fix/#76
Browse files Browse the repository at this point in the history
[FIX]액션 플랜에 리뷰가 있는 지에 대한 DTO 항목 명명 수정
  • Loading branch information
Hong0329 authored Jan 16, 2024
2 parents c9d430e + aac79cd commit 2d51ad9
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 2d51ad9

Please sign in to comment.