From 92af0d39fe9e29b88700d1ad0688d1001a570abf Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Tue, 9 Aug 2022 15:46:07 -0700 Subject: [PATCH] fix: :pencil2: Same typo as before... --- package.json | 2 +- packages/client/src/router.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index bd70df317..354d20b99 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/packages/client/src/router.ts b/packages/client/src/router.ts index acfa7171b..0e37d29d5 100644 --- a/packages/client/src/router.ts +++ b/packages/client/src/router.ts @@ -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;