We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c78cce6 commit da52d7eCopy full SHA for da52d7e
frontend/hooks/use-file-upload.ts
@@ -12,7 +12,7 @@ import {handleBulkImportContentWithFilter} from '@/components/common/project';
12
*/
13
const parseJsonlContent = (content: string): string => {
14
const trimmedContent = content.trim();
15
-
+
16
// 尝试解析为 JSON 数组格式
17
if (trimmedContent.startsWith('[') && trimmedContent.endsWith(']')) {
18
try {
0 commit comments