Commit e697fda8 by heheer Committed by GitHub

fix: export chat log - chat detail order (#3923)

parent 1aa319e7
......@@ -88,6 +88,7 @@ async function handler(req: ApiRequestProps<ExportChatLogsBody, {}>, res: NextAp
}
}
},
{ $sort: { _id: 1 } },
{
$project: {
value: 1,
......
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