mirror of
https://github.com/open-webui/open-webui.git
synced 2026-08-25 15:04:49 -06:00
refac
This commit is contained in:
@@ -818,7 +818,10 @@ export const convertOpenAIChats = (_chats) => {
|
||||
// Skip folder/project metadata entries that lack a 'mapping' key
|
||||
if (!('mapping' in convo)) {
|
||||
skipped++;
|
||||
console.log('Skipping non-conversation entry (folder/project):', convo['title'] ?? convo['id']);
|
||||
console.log(
|
||||
'Skipping non-conversation entry (folder/project):',
|
||||
convo['title'] ?? convo['id']
|
||||
);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user