mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-06 23:01:08 +00:00
fix(ci): route remaining feishu helper barrels locally
This commit is contained in:
@@ -12,4 +12,4 @@ export {
|
||||
buildProbeChannelStatusSummary,
|
||||
PAIRING_APPROVED_MESSAGE,
|
||||
} from "openclaw/plugin-sdk/channel-status";
|
||||
export { chunkTextForOutbound, createDefaultChannelRuntimeState } from "openclaw/plugin-sdk/feishu";
|
||||
export { chunkTextForOutbound, createDefaultChannelRuntimeState } from "../runtime-api.js";
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
export { chunkTextForOutbound } from "openclaw/plugin-sdk/feishu";
|
||||
export { chunkTextForOutbound } from "../runtime-api.js";
|
||||
export type { ChannelOutboundAdapter } from "../runtime-api.js";
|
||||
|
||||
Reference in New Issue
Block a user