Applied color to preview calendar card

This commit is contained in:
Alexis
2025-03-10 21:50:43 +01:00
parent e0d5f679b0
commit 5664204fce
3 changed files with 26 additions and 1 deletions

View File

@@ -51,7 +51,8 @@ export default defineEventHandler(async (event) => {
name: bodyData.name,
world_id: bodyData.worldId,
today: bodyData.today,
state: bodyData.state
state: bodyData.state,
color: bodyData.color,
} as never
)
.eq("id", params.id)