Skip to content

Commit

Permalink
πŸ›bug:λ‚΄κ°€ 받은 μ΄ˆλŒ€ 쑰회 μ‹œ, λ‹‰λ„€μž„μ€ μ΄ˆλŒ€μžμ˜ λ‹‰λ„€μž„μ΄ 쑰회되게 μˆ˜μ • (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
600gramSik authored Aug 12, 2024
1 parent c36e815 commit afd36a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public static TeamInviteResponseDto from(TeamInvite teamInvite) {
.inviteId(teamInvite.getId())
.teamId(teamInvite.getTeam().getId())
.invitedUserId(teamInvite.getInvitedUser().getId())
.nickName(teamInvite.getInvitedUser().getProfile().getNickname())
.nickName(teamInvite.getInviter().getProfile().getNickname())
.inviterId(teamInvite.getInviter().getId())
.build();
}
Expand Down

0 comments on commit afd36a5

Please sign in to comment.