mirror of
https://github.com/open-webui/open-webui
synced 2024-11-24 21:13:59 +00:00
fix
This commit is contained in:
parent
68b3cce0fd
commit
0f4f01cee9
@ -534,7 +534,7 @@
|
||||
const createdAtDate = new Date(createdAtTimestamp * 1000)
|
||||
.toISOString()
|
||||
.split('T')[0];
|
||||
acc.push(`${index + 1}. [${createdAtDate}]. ${doc[0]}`);
|
||||
acc.push(`${index + 1}. [${createdAtDate}]. ${doc}`);
|
||||
return acc;
|
||||
}, []);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user