diff --git a/src/pages/chat/chat.ts b/src/pages/chat/chat.ts index 65b9166..5ea185c 100755 --- a/src/pages/chat/chat.ts +++ b/src/pages/chat/chat.ts @@ -36,7 +36,7 @@ class ChatElement extends HTMLElement { } private processId: string | null = null; - private selectedMemberId: string | null = null; + private processRoles: any | null = null; private notifications: LocalNotification[] = []; private notificationBadge = document.querySelector('.notification-badge'); private notificationBoard = document.getElementById('notification-board');