fix: ✏️ Same typo as before...
This commit is contained in:
parent
04bbfab098
commit
e76999d3e3
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "misskey",
|
"name": "misskey",
|
||||||
"version": "12.118.1-calc.rc.9",
|
"version": "12.118.1-calc.rc.9.2",
|
||||||
"codename": "aqua",
|
"codename": "aqua",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
|
@ -6,7 +6,7 @@ import MkError from '@/pages/_error_.vue';
|
||||||
import { api } from '@/os';
|
import { api } from '@/os';
|
||||||
import { ui } from '@/config';
|
import { ui } from '@/config';
|
||||||
|
|
||||||
const meta = await api('meta', {
|
const meta = api('meta', {
|
||||||
detail: false
|
detail: false
|
||||||
});
|
});
|
||||||
const guestTimeline = meta.enableGuestTimeline;
|
const guestTimeline = meta.enableGuestTimeline;
|
||||||
|
|
Loading…
Reference in a new issue