Skip to content

Commit

Permalink
hotfix: CrmEmailSendView YAPP-Github#499 컴플릿 해결간 생긴 문제 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
belljun3395 committed Jan 7, 2025
1 parent 01a515a commit 73453ed
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -298,8 +298,7 @@ class CrmEmailSendView(
expiredTime = dateTime,
eventPublisher = applicationEventPublisher,
).let {
taskScheduler.schedule(it, it.expiredTime.toScheduleTime())
applicationEventPublisher.publishEvent(it)
timeOutEventTaskManager.newSchedule(it)
}
} catch (e: Exception) {
val alter = Notification.show(e.message, 3000, Notification.Position.MIDDLE)
Expand Down

0 comments on commit 73453ed

Please sign in to comment.