mirror of https://github.com/openclaw/openclaw.git
fix: guard archive summary write
This commit is contained in:
parent
09063fad25
commit
7958c4a6da
|
|
@ -223,6 +223,8 @@ export const sessionsHandlers: GatewayRequestHandlers = {
|
|||
entry: applied.entry,
|
||||
storePath,
|
||||
archivedAt: applied.entry.archivedAt ?? undefined,
|
||||
}).catch((err) => {
|
||||
console.warn(`sessions.patch archive summary failed: ${String(err)}`);
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue