Skip to content

Commit

Permalink
[SAMBAD-301] HandWaving 엔티티에 Event 매핑 안되는 이슈 픽스
Browse files Browse the repository at this point in the history
  • Loading branch information
kkjsw17 committed Aug 26, 2024
1 parent a5dd742 commit 1827a04
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,6 @@ public void validateIsReceiver(Long receiverUserId) {
}

public void mapEvent(Event event) {
if (this.eventId == null) {
return;
}
this.eventId = event.getId();
}

Expand Down

0 comments on commit 1827a04

Please sign in to comment.