mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
fix review comments
This commit is contained in:
@@ -35,7 +35,7 @@ export function truncateText(text: string, maxWidth: number): string {
|
||||
}
|
||||
|
||||
/**
|
||||
* Filters sessions to exclude empty ones (0 messages) and optionally by branch.
|
||||
* Filters sessions optionally by branch.
|
||||
*/
|
||||
export function filterSessions(
|
||||
sessions: SessionListItem[],
|
||||
|
||||
Reference in New Issue
Block a user