Skip to content

Commit

Permalink
Add transaction back to fix notification ack (#5091)
Browse files Browse the repository at this point in the history
  • Loading branch information
kbirk authored Oct 8, 2024
1 parent 50b3df1 commit 1b72deb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
@RequestMapping("/notification")
@RestController
@Slf4j
@Transactional
@RequiredArgsConstructor
public class NotificationController {

Expand Down

0 comments on commit 1b72deb

Please sign in to comment.