Skip to content

Commit

Permalink
🔀 :: (#60) 조건문 수정 (#104)
Browse files Browse the repository at this point in the history
* ♻️ :: 조건문 수정
  • Loading branch information
jyk1029 authored Jun 2, 2023
1 parent 03b3842 commit d0c23b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public void saveComment(CreateCommentDomainRequest request) {
.build()
);

if(feed.getUserId().equals(userId)) {
if(!feed.getUserId().equals(userId)) {
sendNotification(feed);
}
}
Expand Down

0 comments on commit d0c23b1

Please sign in to comment.