mirror of https://github.com/openclaw/openclaw.git
Matrix: fix runtime API duplicate exports
This commit is contained in:
parent
d518260bb8
commit
a953cb5209
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in New Issue