fix: ✏️ Same typo as before...

This commit is contained in:
ThatOneCalculator 2022-08-09 15:46:07 -07:00
parent 8f441fd0f4
commit 92af0d39fe
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"name": "misskey",
"version": "12.118.1-calc.rc.9",
"version": "12.118.1-calc.rc.9.2",
"codename": "aqua",
"repository": {
"type": "git",

View file

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