Skip to content

Commit

Permalink
[CHORE] 회고 템플릿 default 값 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
yeseul106 committed Jul 17, 2023
1 parent 750831c commit 359b886
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ public ProjectJoinResponseDto joinProject(Long memberId, ProjectJoinRequestDto p
.role(projectJoinRequestDto.getMemberProjectRole())
.nickname(projectJoinRequestDto.getMemberProjectNickname())
.leaderOrNot(Boolean.FALSE)
.reviewTemplateId(0L)
.reviewTemplateId(1L)
.member(member)
.project(project)
.build();
Expand Down

0 comments on commit 359b886

Please sign in to comment.