Skip to content

Commit

Permalink
[CHORE] docker-compose 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
paragon0107 committed Jul 14, 2024
1 parent 7f9d368 commit f488960
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ private Member createMember(MemberProfileCreateRequest request) {
passwordEncoder.encode(request.password()),
request.name(),
request.birth(),
request.Univ());
request.univ());
}

private void saveMember(Member member) {
Expand Down

0 comments on commit f488960

Please sign in to comment.