Skip to content

Commit

Permalink
[fix] : 이벤트 수신 어노티에션 중복 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
dudxo committed Sep 13, 2024
1 parent 78e25e5 commit f2c3203
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ public class NotificationService {

private final NotificationRepository notificationRepository;

// @EventListener
@TransactionalEventListener(phase = TransactionPhase.AFTER_COMMIT)
@Transactional(propagation = Propagation.REQUIRES_NEW)
public void saveNotificationFromTarget(NotificationEvent event) {
Expand Down

0 comments on commit f2c3203

Please sign in to comment.