fix(gateway): ensure main session key in multi-store branch
This commit is contained in:
parent
305ccc168a
commit
799829a890
@ -731,6 +731,8 @@ export function loadCombinedSessionStoreForGateway(cfg: OpenClawConfig): {
|
||||
}
|
||||
}
|
||||
|
||||
ensureMainSessionKey(cfg, combined);
|
||||
|
||||
const storePath =
|
||||
typeof storeConfig === "string" && storeConfig.trim() ? storeConfig.trim() : "(multiple)";
|
||||
return { storePath, store: combined };
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user