ваше сообщение коммита

This commit is contained in:
2025-07-31 13:49:46 +03:00
parent 848b2627e6
commit 33a10ea13a
22 changed files with 768 additions and 579 deletions

View File

@@ -139,7 +139,7 @@ class WebSocketService {
break;
case 'tags-updated':
console.log('🏷️ [WebSocket] Обновление тегов клиентов');
console.log('🔔 [websocketService] Получено сообщение tags-updated');
this.emit('tags-updated');
break;