Added client side realtime for calendars

This commit is contained in:
Alexis
2025-03-10 21:42:04 +01:00
parent ae8937e7a6
commit e0d5f679b0
6 changed files with 20 additions and 31 deletions

View File

@@ -29,6 +29,7 @@ export default defineEventHandler(async (event) => {
name: bodyData.name,
today: bodyData.today,
color: bodyData.color,
state: bodyData.state,
world_id: bodyData.worldId
} as never
)