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