mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-06 06:41:08 +00:00
fix(ci): route bluebubbles helper through local barrel
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
export { resolveAckReaction } from "openclaw/plugin-sdk/bluebubbles";
|
||||
export { resolveAckReaction } from "./runtime-api.js";
|
||||
export { logAckFailure, logTypingFailure } from "openclaw/plugin-sdk/channel-feedback";
|
||||
export { logInboundDrop } from "openclaw/plugin-sdk/channel-inbound";
|
||||
export { mapAllowFromEntries } from "openclaw/plugin-sdk/channel-config-helpers";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
export { resolveAckReaction } from "openclaw/plugin-sdk/bluebubbles";
|
||||
export { resolveAckReaction } from "openclaw/plugin-sdk/agent-runtime";
|
||||
export {
|
||||
createActionGate,
|
||||
jsonResult,
|
||||
|
||||
Reference in New Issue
Block a user