From 2adf917fcf7dbfbb7b4f1dd474a280710209c4e0 Mon Sep 17 00:00:00 2001 From: tai-cha Date: Sat, 8 Feb 2025 11:02:22 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=20=E8=AC=8E=E3=81=AE=E6=B7=B7=E5=85=A5?= =?UTF-8?q?=E3=82=92=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/frontend/src/scripts/check-word-mute.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/frontend/src/scripts/check-word-mute.ts b/packages/frontend/src/scripts/check-word-mute.ts index 942de2984d..94916aacda 100644 --- a/packages/frontend/src/scripts/check-word-mute.ts +++ b/packages/frontend/src/scripts/check-word-mute.ts @@ -3,7 +3,6 @@ * SPDX-License-Identifier: AGPL-3.0-only */ import * as AhoCorasick from 'modern-ahocorasick'; -import { c } from 'node_modules/vite/dist/node/types.d-aGj9QkWt'; import type * as Misskey from 'misskey-js'; import { $i } from '@/account.js';