mirror of https://github.com/openclaw/openclaw.git
fix(ci): route bluebubbles helper through local barrel
This commit is contained in:
parent
d375cd727e
commit
4e9629d60c
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue