fix: ✏️ Async typo

This commit is contained in:
ThatOneCalculator 2022-08-09 15:40:15 -07:00
parent 4370ef7b1b
commit 50417674b2

View file

@ -6,7 +6,7 @@ import MkError from '@/pages/_error_.vue';
import { api } from '@/os';
import { ui } from '@/config';
const guestTimeline = await api('meta', { detail: false }).enableGuestTimeline;
const guestTimeline = api('meta', { detail: false }).enableGuestTimeline;
const page = (loader: AsyncComponentLoader<any>) => defineAsyncComponent({
loader: loader,