Skip to content

Commit da52d7e

Browse files
CopilotOrenZhang
andcommitted
fix: remove trailing spaces in use-file-upload.ts
Co-authored-by: U8F69 <41963680+U8F69@users.noreply.github.com>
1 parent c78cce6 commit da52d7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/hooks/use-file-upload.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import {handleBulkImportContentWithFilter} from '@/components/common/project';
1212
*/
1313
const parseJsonlContent = (content: string): string => {
1414
const trimmedContent = content.trim();
15-
15+
1616
// 尝试解析为 JSON 数组格式
1717
if (trimmedContent.startsWith('[') && trimmedContent.endsWith(']')) {
1818
try {

0 commit comments

Comments
 (0)