fix: ✏️ Same typo as before...
This commit is contained in:
parent
8f441fd0f4
commit
92af0d39fe
|
@ -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",
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue