From 221e1948db3be217daafc436ca9f9a4f742107d9 Mon Sep 17 00:00:00 2001 From: NicolasCantu Date: Wed, 15 Jan 2025 12:59:44 +0100 Subject: [PATCH] Add processRoles in context --- src/pages/chat/chat.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');