From 3956e13bd7c8bf3708cbe3cdaddaa0fc002650ed Mon Sep 17 00:00:00 2001 From: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com> Date: Sat, 14 Sep 2024 12:08:27 +0900 Subject: [PATCH] fix --- packages/frontend/src/components/MkNotifications.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/frontend/src/components/MkNotifications.vue b/packages/frontend/src/components/MkNotifications.vue index 174c44019c..9728c2474c 100644 --- a/packages/frontend/src/components/MkNotifications.vue +++ b/packages/frontend/src/components/MkNotifications.vue @@ -33,8 +33,6 @@ import { useStream } from '@/stream.js'; import { i18n } from '@/i18n.js'; import { notificationTypes } from '@@/js/const.js'; import { DI } from '@/di.js'; - -const serverMetadata = inject(DI.serverMetadata)!; import { defaultStore } from '@/store.js'; import MkPullToRefresh from '@/components/MkPullToRefresh.vue'; import * as Misskey from 'misskey-js';