diff --git a/src/channels/plugins/target-parsing.ts b/src/channels/plugins/target-parsing.ts index d0e6c6f49d3..77558574f4d 100644 --- a/src/channels/plugins/target-parsing.ts +++ b/src/channels/plugins/target-parsing.ts @@ -1,6 +1,6 @@ import type { ChatType } from "../chat-type.js"; import { normalizeChatChannelId } from "../registry.js"; -import { getChannelPlugin, normalizeChannelId } from "./registry.js"; +import { getChannelPlugin, normalizeChannelId } from "./index.js"; export type ParsedChannelExplicitTarget = { to: string;