From 576a11f00c752dfbc18edd7a1ab5868a3a2182df Mon Sep 17 00:00:00 2001 From: gagik Date: Fri, 6 Dec 2024 10:28:01 +0100 Subject: [PATCH] remove unused variable --- src/mdbExtensionController.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mdbExtensionController.ts b/src/mdbExtensionController.ts index 7a46bce16..4546bef73 100644 --- a/src/mdbExtensionController.ts +++ b/src/mdbExtensionController.ts @@ -48,7 +48,6 @@ import type { SendMessageToParticipantOptions, SendMessageToParticipantFromInputOptions, } from './participant/participantTypes'; -import { COPILOT_CHAT_EXTENSION_ID } from './participant/constants'; import type { ParticipantCommand } from './participant/participantTypes'; import EXTENSION_COMMANDS from './commands';