Fixes on reading the session object

This commit is contained in:
Hornwitser 2025-03-09 22:18:42 +01:00
parent 41528e8193
commit 245169950a
4 changed files with 4 additions and 4 deletions

View file

@ -28,7 +28,7 @@
<script setup lang="ts">
import type { Schedule } from '~/shared/types/schedule';
const { data: session } = useAccountSession();
const { data: session } = await useAccountSession();
const schedule = useSchedule();