mirror of
https://fastgit.cc/github.com/openclaw/openclaw
synced 2026-05-01 06:36:23 +08:00
fix(feishu): break auth login barrel cycle
This commit is contained in:
@@ -15,6 +15,6 @@ export * from "./src/setup-core.js";
|
||||
export * from "./src/setup-surface.js";
|
||||
export * from "./src/thread-bindings.js";
|
||||
export { __testing as feishuThreadBindingTesting } from "./src/thread-bindings.js";
|
||||
export { createClackPrompter } from "openclaw/plugin-sdk/feishu";
|
||||
export { createClackPrompter } from "openclaw/plugin-sdk/setup-runtime";
|
||||
|
||||
export const feishuSessionBindingAdapterChannels = ["feishu"] as const;
|
||||
|
||||
Reference in New Issue
Block a user