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…
x
Reference in New Issue
Block a user