Switch to translatable data
This commit is contained in:
@@ -48,7 +48,8 @@ export default defineEventHandler(async (event) => {
|
||||
},
|
||||
select: {
|
||||
id: true,
|
||||
name: true,
|
||||
name_de: true,
|
||||
name_en: true,
|
||||
start: true,
|
||||
end: true,
|
||||
|
||||
@@ -97,8 +98,10 @@ export default defineEventHandler(async (event) => {
|
||||
quests: {
|
||||
select: {
|
||||
id: true,
|
||||
title: true,
|
||||
question: true,
|
||||
title_de: true,
|
||||
title_en: true,
|
||||
description_de: true,
|
||||
description_en: true,
|
||||
textSolution: true,
|
||||
points: true,
|
||||
extraPoints: true,
|
||||
|
||||
Reference in New Issue
Block a user