From 9ae76b8972193bf9efd8b1d26677b98a15f9678c Mon Sep 17 00:00:00 2001 From: shivanagendrak Date: Thu, 29 Jan 2026 19:16:41 -0700 Subject: [PATCH] fix(config): remove unused import CHAT_CHANNEL_ORDER --- src/config/plugin-auto-enable.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/config/plugin-auto-enable.ts b/src/config/plugin-auto-enable.ts index 87d322886..738b2a393 100644 --- a/src/config/plugin-auto-enable.ts +++ b/src/config/plugin-auto-enable.ts @@ -3,7 +3,6 @@ import { getChatChannelMeta, listChatChannels, normalizeChatChannelId, - CHAT_CHANNEL_ORDER, } from "../channels/registry.js"; import { getChannelPluginCatalogEntry,