Skip to content

Commit a953cb5

Browse files
committed
Matrix: fix runtime API duplicate exports
1 parent d518260 commit a953cb5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
export * from "openclaw/plugin-sdk/matrix";
2-
export * from "../runtime-api.js";
2+
// Keep auth-precedence available internally without re-exporting helper-api
3+
// twice through both plugin-sdk/matrix and ../runtime-api.js.
4+
export * from "./auth-precedence.js";

0 commit comments

Comments
 (0)