Skip to content

Commit

Permalink
✨ 프로젝트 생성시 NORMAL 채번
Browse files Browse the repository at this point in the history
  • Loading branch information
rilac1 committed Feb 23, 2023
1 parent d499d2d commit 6080331
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ public class Participant extends BaseTimeEntity {
public static Participant initProject(Project project, Member member) {
Participant participant = of(project, member);
participant.leader = true;
participant.participantStatus = ParticipantStatus.NORMAL;
return participant;
}

Expand Down

0 comments on commit 6080331

Please sign in to comment.