mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 21:13:50 +00: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: {
|
$project: {
|
||||||
value: 1,
|
value: 1,
|
||||||
|
Reference in New Issue
Block a user