Added update channel to calendar

This commit is contained in:
Alexis
2025-03-07 21:36:10 +01:00
parent 655f5d20f3
commit ae8937e7a6
2 changed files with 26 additions and 1 deletions

View File

@@ -75,7 +75,7 @@ onMounted(() => {
case "UPDATE":
if (!worlds.value?.data) return
worlds.value.data = (await $fetch("/api/worlds/query", { query: { gmId: user?.value!.id } })).data as World[]
worlds.value.data = (await $fetch("/api/worlds/query", { query: { gmId: user?.value!.id } })).data as World[]
break
default: