mirror of
https://github.com/labring/FastGPT.git
synced 2026-03-27 01:01:55 +08:00
fix: export chat log - chat detail order (#3923)
This commit is contained in:
@@ -88,6 +88,7 @@ async function handler(req: ApiRequestProps<ExportChatLogsBody, {}>, res: NextAp
|
||||
}
|
||||
}
|
||||
},
|
||||
{ $sort: { _id: 1 } },
|
||||
{
|
||||
$project: {
|
||||
value: 1,
|
||||
|
||||
Reference in New Issue
Block a user