|
@@ -24,8 +24,6 @@ class InAppNotificationService {
|
|
|
|
|
|
|
|
emitSocketIo = async(user) => {
|
|
emitSocketIo = async(user) => {
|
|
|
if (this.socketIoService.isInitialized) {
|
|
if (this.socketIoService.isInitialized) {
|
|
|
- console.log('socketIoServiceHoge');
|
|
|
|
|
-
|
|
|
|
|
await this.socketIoService.getDefaultSocket().emit('comment updated', { user });
|
|
await this.socketIoService.getDefaultSocket().emit('comment updated', { user });
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|