Skip to content

Commit

Permalink
Update AnswerService.java
Browse files Browse the repository at this point in the history
  • Loading branch information
minwoo0419 authored Jun 12, 2024
1 parent b164deb commit fc1d767
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ public Answer create(
emotion
)
);
Profile receiver = profileRetriever.findByUserNotAndRoom(user, room);
if (profile.getEmotion() < -0.5){
fcmService.send(
receiver.getUser().getFcmToken(),
Expand Down

0 comments on commit fc1d767

Please sign in to comment.