chore: fix pulled lint assertion

This commit is contained in:
Peter Steinberger
2026-04-13 23:09:32 +01:00
parent 3fdc70a434
commit e04a63d08a

View File

@@ -151,7 +151,7 @@ function stripActiveMemoryPromptPrefixBlocks(lines: string[]): string[] {
}
}
result.push(lines[index]!);
result.push(lines[index]);
}
return result;