mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-07 22:09:57 +00:00
fix: type targeted session memory sync
This commit is contained in:
@@ -923,6 +923,7 @@ export abstract class MemoryManagerSyncOps {
|
||||
protected async runSync(params?: {
|
||||
reason?: string;
|
||||
force?: boolean;
|
||||
sessionFiles?: string[];
|
||||
progress?: (update: MemorySyncProgressUpdate) => void;
|
||||
}) {
|
||||
const progress = params?.progress ? this.createSyncProgress(params.progress) : undefined;
|
||||
|
||||
Reference in New Issue
Block a user