mirror of
https://github.com/open-webui/open-webui.git
synced 2026-09-14 23:22:44 +00:00
refac
This commit is contained in:
parent
085d3cb1c9
commit
3b821e1f3a
1 changed files with 4 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue