Commit stuff in case my computer explodes

This commit is contained in:
Alexis
2025-03-06 20:34:59 +01:00
parent d46da12745
commit 31a4316186
10 changed files with 333 additions and 28 deletions

View File

@@ -21,7 +21,12 @@ export default defineEventHandler(async (event) => {
state,
createdAt:created_at,
updatedAt:updated_at,
eventNb:calendar_events(count)
eventNb:calendar_events(count),
world:worlds (
id,
name,
gmId:gm_id
)
`
const fullFields = `
@@ -48,6 +53,7 @@ export default defineEventHandler(async (event) => {
eventNb:calendar_events(count),
world:worlds (
id,
name,
gmId:gm_id
)
`