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

This commit is contained in:
heheer
2025-02-28 11:33:46 +08:00
committed by GitHub
parent 1aa319e7aa
commit e697fda82f

View File

@@ -88,6 +88,7 @@ async function handler(req: ApiRequestProps<ExportChatLogsBody, {}>, res: NextAp
} }
} }
}, },
{ $sort: { _id: 1 } },
{ {
$project: { $project: {
value: 1, value: 1,