Skip to content

Commit 3b821e1

Browse files
committed
refac
1 parent 085d3cb commit 3b821e1

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/lib/utils/index.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -818,7 +818,10 @@ export const convertOpenAIChats = (_chats) => {
818818
// Skip folder/project metadata entries that lack a 'mapping' key
819819
if (!('mapping' in convo)) {
820820
skipped++;
821-
console.log('Skipping non-conversation entry (folder/project):', convo['title'] ?? convo['id']);
821+
console.log(
822+
'Skipping non-conversation entry (folder/project):',
823+
convo['title'] ?? convo['id']
824+
);
822825
continue;
823826
}
824827

0 commit comments

Comments
 (0)