mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-10 16:34:59 +00:00
Doctor: keep allowFrom account-scoped in multi-account configs
This commit is contained in:
@@ -14,7 +14,7 @@ vi.mock("./doctor-legacy-config.js", async (importOriginal) => {
|
||||
const actual = await importOriginal<typeof import("./doctor-legacy-config.js")>();
|
||||
return {
|
||||
...actual,
|
||||
normalizeLegacyConfigValues: (cfg: unknown) => ({
|
||||
normalizeCompatibilityConfigValues: (cfg: unknown) => ({
|
||||
config: cfg,
|
||||
changes: [],
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user