mirror of
https://github.com/labring/FastGPT.git
synced 2025-12-26 04:32:50 +00:00
fix: export chat log - chat detail order (#3923)
This commit is contained in:
parent
1aa319e7aa
commit
e697fda82f
|
|
@ -88,6 +88,7 @@ async function handler(req: ApiRequestProps<ExportChatLogsBody, {}>, res: NextAp
|
|||
}
|
||||
}
|
||||
},
|
||||
{ $sort: { _id: 1 } },
|
||||
{
|
||||
$project: {
|
||||
value: 1,
|
||||
|
|
|
|||
Loading…
Reference in New Issue