Skip to content

Commit

Permalink
feat: 출석 동명이인 처리 api 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
SHEOMM committed Mar 26, 2024
1 parent 9dd379d commit ce1e226
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public List<AttendeeInfo> hasNameSake(String authCode, String attendeeName){
.map(att -> AttendeeInfo.builder()
.name(att.getName())
.id(att.getId())
.name(att.getName())
.note(att.getNote())
.build())
.toList();
}
Expand Down

0 comments on commit ce1e226

Please sign in to comment.