fix: order lesson subtitles in API response

This commit is contained in:
Nice Try
2026-06-26 21:05:27 +00:00
parent b614295629
commit cc6ec4bdbe
+3
View File
@@ -18,6 +18,9 @@ export async function GET(
progress: { progress: {
where: { userId: 'local-user' }, where: { userId: 'local-user' },
}, },
subtitles: {
orderBy: { lang: 'asc' },
},
}, },
}) })