From 7daa0d047a36248b52d84634cd73b07d7eb9c26e Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Mon, 13 Apr 2026 16:54:25 +0100 Subject: [PATCH] perf(cron): use session store read path --- src/cron/isolated-agent/session.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cron/isolated-agent/session.ts b/src/cron/isolated-agent/session.ts index da33148943c..c936c2941c1 100644 --- a/src/cron/isolated-agent/session.ts +++ b/src/cron/isolated-agent/session.ts @@ -5,7 +5,7 @@ import { evaluateSessionFreshness, resolveSessionResetPolicy, } from "../../config/sessions/reset.js"; -import { loadSessionStore } from "../../config/sessions/store.js"; +import { loadSessionStore } from "../../config/sessions/store-load.js"; import type { SessionEntry } from "../../config/sessions/types.js"; import type { OpenClawConfig } from "../../config/types.openclaw.js";