diff --git a/server/api/hunt/[huntId]/diashow.get.ts b/server/api/hunt/[huntId]/diashow.get.ts index c278242..115464a 100644 --- a/server/api/hunt/[huntId]/diashow.get.ts +++ b/server/api/hunt/[huntId]/diashow.get.ts @@ -82,6 +82,14 @@ export default defineEventHandler(async (event) => { } } }, + orderBy: [ + { + order: 'asc' + }, + { + id: 'asc' + } + ], where: { answers: { some: {