Skip to content

Commit 7f3a1df

Browse files
committed
fixup
1 parent 72f1512 commit 7f3a1df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node/services/compactionHandler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ export class CompactionHandler {
130130
// Mark as processed before performing compaction
131131
this.processedCompactionRequestIds.add(lastUserMsg.id);
132132

133-
const result = await this.performCompaction(summary, messages,event.metadata);
133+
const result = await this.performCompaction(summary, messages, event.metadata);
134134
if (!result.success) {
135135
console.error("[CompactionHandler] Compaction failed:", result.error);
136136
return false;

0 commit comments

Comments
 (0)