mirror of
https://github.com/labring/FastGPT.git
synced 2025-12-25 20:02:47 +00:00
fix: create time (#6117)
This commit is contained in:
parent
0d88761378
commit
c6fe6f18da
|
|
@ -313,8 +313,10 @@ export async function saveChat(props: Props) {
|
|||
shareId,
|
||||
outLinkUid,
|
||||
metadata: metadataUpdate,
|
||||
createTime: new Date(),
|
||||
updateTime: new Date()
|
||||
},
|
||||
$setOnInsert: {
|
||||
createTime: new Date()
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue