diff --git a/extensions/msteams/src/channel.ts b/extensions/msteams/src/channel.ts index 1aeebf0c7b2..cc1eca50fcb 100644 --- a/extensions/msteams/src/channel.ts +++ b/extensions/msteams/src/channel.ts @@ -1,7 +1,7 @@ import { collectAllowlistProviderRestrictSendersWarnings, formatAllowFromLowercase, -} from "openclaw/plugin-sdk"; +} from "openclaw/plugin-sdk/compat"; import type { ChannelMessageActionName, ChannelPlugin,