Skip to content

Commit

Permalink
fix : 연산자 수정 (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlswns2480 authored Sep 19, 2024
1 parent 0b8b42b commit d2a76d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class ContentService(
val content = verifyContent(user.id, contentId)
content.modify(contentCommand)

if (contentCommand.alertYn === YES) {
if (contentCommand.alertYn == YES) {
publisher.publishEvent(CreateAlertRequest(userId = user.id, contetId = content.id))
}

Expand Down

0 comments on commit d2a76d3

Please sign in to comment.