File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
src/main/kotlin/com/ssak3/timeattack/notifications/service Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,6 @@ class PushNotificationListener(
7272 pushNotificationService.saveAll(pushNotifications)
7373 }
7474
75- @Transactional(propagation = Propagation .REQUIRES_NEW )
7675 @TransactionalEventListener(phase = TransactionPhase .AFTER_COMMIT )
7776 fun deleteNotifications (event : DeleteTaskNotificationEvent ) {
7877 logger.info(" DeleteTaskAlarmEvent: $event " )
@@ -101,7 +100,6 @@ class PushNotificationListener(
101100 pushNotificationService.save(pushNotification)
102101 }
103102
104- @Transactional(propagation = Propagation .REQUIRES_NEW )
105103 @TransactionalEventListener(phase = TransactionPhase .AFTER_COMMIT )
106104 fun saveSupportNotifications (event : SupportNotificationSaveEvent ) {
107105 logger.info(" SupportNotificationSaveEvent: $event " )
You can’t perform that action at this time.
0 commit comments