mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
fix: ✏️ Async typo
This commit is contained in:
parent
33108ca0ea
commit
33d25dfce3
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue