We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de6a9fb commit 7816088Copy full SHA for 7816088
src/main/java/cmf/commitField/domain/noti/noti/controller/ApiV1NotiController.java
@@ -30,7 +30,7 @@
30
public class ApiV1NotiController {
31
private final NotiService notiService;
32
private final UserRepository userRepository;
33
- private final NotiWebSocketHandler notiWebSocketHandler;
+// private final NotiWebSocketHandler notiWebSocketHandler;
34
private final ApplicationEventPublisher eventPublisher;
35
36
@GetMapping("")
0 commit comments