Commit c6fe6f18 by Archer Committed by GitHub

fix: create time (#6117)

parent 0d887613
......@@ -313,8 +313,10 @@ export async function saveChat(props: Props) {
shareId,
outLinkUid,
metadata: metadataUpdate,
createTime: new Date(),
updateTime: new Date()
},
$setOnInsert: {
createTime: new Date()
}
},
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment