mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 13:07:39 +00:00
Secrets: harden SecretRef-safe models.json persistence (#38955)
This commit is contained in:
@@ -238,7 +238,7 @@ function createConfiguredAcpTopicBinding(boundSessionKey: string) {
|
||||
status: "active",
|
||||
boundAt: 0,
|
||||
},
|
||||
};
|
||||
} satisfies import("../acp/persistent-bindings.js").ResolvedConfiguredAcpBinding;
|
||||
}
|
||||
|
||||
function expectUnauthorizedNewCommandBlocked(sendMessage: ReturnType<typeof vi.fn>) {
|
||||
|
||||
Reference in New Issue
Block a user