fix(ci): forward bluebubbles barrel and node env fixes

This commit is contained in:
Peter Steinberger
2026-04-03 12:56:55 +01:00
parent 688eb8435b
commit 71a54d0c95
3 changed files with 3 additions and 3 deletions

View File

@@ -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";