From 96bcfa7d2810f4ef0fc35495a68769360d0d0151 Mon Sep 17 00:00:00 2001 From: Tomasz Misiukiewicz Date: Thu, 7 Nov 2024 14:19:29 +0100 Subject: [PATCH] remove unused input id --- src/types/form/DebugReportForm.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/types/form/DebugReportForm.ts b/src/types/form/DebugReportForm.ts index 0aab2d9eeaf3..b16f3b93f7f0 100644 --- a/src/types/form/DebugReportForm.ts +++ b/src/types/form/DebugReportForm.ts @@ -93,7 +93,6 @@ type DebugReportForm = Form< [INPUT_IDS.TOTAL]: string; [INPUT_IDS.TYPE]: ValueOf; [INPUT_IDS.UNHELD_TOTAL]: string; - [INPUT_IDS.VISIBLE_CHAT_MEMBER_ACCOUNT_IDS]: string; [INPUT_IDS.WELCOME_MESSAGE]: string; [INPUT_IDS.WRITE_CAPABILITY]: ValueOf; }