Skip to content

Commit

Permalink
fix: todo로 예외 발생하는 문제 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
belljun3395 committed Sep 21, 2024
1 parent 312440b commit ddb3e0b
Showing 1 changed file with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,7 @@ class AddEmailLogUseCase(
sendType = record.sendType
)
).let {
when (EmailLogEventType.fromCode(record.eventType)) {
EmailLogEventType.DELIVERYDELAY -> {
TODO("배송지연 이벤트 발생시 처리 로직 추가")
}
else -> {
TODO("다른 이벤트는 필요시 추가한다.")
}
}
// TODO("다른 이벤트는 필요시 추가한다.")
}
}
}

0 comments on commit ddb3e0b

Please sign in to comment.