Skip to content

Commit

Permalink
Merge pull request #114 from Modagbul/feat/alarm_minsu
Browse files Browse the repository at this point in the history
hotfix: nickName 전송 오류 해결
  • Loading branch information
minsu20 authored Dec 4, 2023
2 parents d621eec + d050986 commit 5270ca1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public void updateCount(Long count){
}

public void updateMemberName(String nickName){
this.memberName=memberName;
this.memberName=nickName;
}

@QueryProjection
Expand Down

0 comments on commit 5270ca1

Please sign in to comment.