Fixes on reading the session object
This commit is contained in:
parent
41528e8193
commit
245169950a
4 changed files with 4 additions and 4 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue