mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-20 22:40:58 +00:00
Matrix: fix runtime API duplicate exports
This commit is contained in:
@@ -1,2 +1,4 @@
|
||||
export * from "openclaw/plugin-sdk/matrix";
|
||||
export * from "../runtime-api.js";
|
||||
// Keep auth-precedence available internally without re-exporting helper-api
|
||||
// twice through both plugin-sdk/matrix and ../runtime-api.js.
|
||||
export * from "./auth-precedence.js";
|
||||
|
||||
Reference in New Issue
Block a user