This commit is contained in:
ThatOneCalculator 2022-08-09 11:19:03 -07:00
parent c845d19695
commit 19a2c32836

View File

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