From 43fd45f038e70ed83ef200206aff67385c3d24ba Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Sat, 7 Mar 2026 16:25:44 -0800 Subject: [PATCH] LINE: use scoped plugin SDK imports --- extensions/line/src/channel.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/line/src/channel.ts b/extensions/line/src/channel.ts index 7d7be509c33..9388579ab38 100644 --- a/extensions/line/src/channel.ts +++ b/extensions/line/src/channel.ts @@ -2,7 +2,7 @@ import { buildAccountScopedDmSecurityPolicy, createScopedAccountConfigAccessors, collectAllowlistProviderRestrictSendersWarnings, -} from "openclaw/plugin-sdk"; +} from "openclaw/plugin-sdk/compat"; import { buildChannelConfigSchema, buildComputedAccountStatusSnapshot,