mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 08:50:43 +00:00
chore: fix pulled lint assertion
This commit is contained in:
@@ -151,7 +151,7 @@ function stripActiveMemoryPromptPrefixBlocks(lines: string[]): string[] {
|
||||
}
|
||||
}
|
||||
|
||||
result.push(lines[index]!);
|
||||
result.push(lines[index]);
|
||||
}
|
||||
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user