Skip to content

Commit

Permalink
Merge pull request #121 from soma-baekgu/feature/BG-304-reaction-even…
Browse files Browse the repository at this point in the history
…t-issue

[BG-304] Reaction 이벤트 타입 조회 이슈 수정(1H/1H)
  • Loading branch information
GGHDMS authored Oct 30, 2024
2 parents 318d8ac + 0fe9937 commit b4ecd26
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class ReactionEvent(
updatedAt: LocalDateTime = LocalDateTime.now(),
) : Event(id, eventTitle, deadLine, notificationStartTime, notificationInterval, createdAt, updatedAt) {
companion object {
const val EVENT_TYPE = "REPLY"
const val EVENT_TYPE = "REACTION"
}

fun createReactionOption(contents: List<String>) =
Expand Down

0 comments on commit b4ecd26

Please sign in to comment.