Skip to content

Commit

Permalink
fix: eventType이 재대로 저장되지 않는 문제 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
belljun3395 committed Sep 21, 2024
1 parent ddb3e0b commit 5450509
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class AddEmailLogUseCase(
memberId = memberId,
articleId = record.articleId,
messageId = record.messageId,
eventType = record.eventType,
eventType = useCaseIn.eventType.code,
sendType = record.sendType
)
).let {
Expand Down

0 comments on commit 5450509

Please sign in to comment.