diff --git a/extensions/qa-channel/src/accounts.ts b/extensions/qa-channel/src/accounts.ts index 30d4ae58387..c05c147ed81 100644 --- a/extensions/qa-channel/src/accounts.ts +++ b/extensions/qa-channel/src/accounts.ts @@ -1,7 +1,7 @@ import { createAccountListHelpers } from "openclaw/plugin-sdk/account-helpers"; import { DEFAULT_ACCOUNT_ID, normalizeAccountId } from "openclaw/plugin-sdk/account-id"; -import { resolveMergedAccountConfig } from "openclaw/plugin-sdk/account-resolution"; -import { normalizeOptionalString } from "openclaw/plugin-sdk/text-runtime"; +import { resolveMergedAccountConfig } from "openclaw/plugin-sdk/account-resolution-runtime"; +import { normalizeOptionalString } from "openclaw/plugin-sdk/string-coerce-runtime"; import type { CoreConfig, QaChannelAccountConfig, ResolvedQaChannelAccount } from "./types.js"; const DEFAULT_POLL_TIMEOUT_MS = 1_000;