From f94919cb9cff41e274044fc69c56ad36a33974f2 Mon Sep 17 00:00:00 2001 From: tamaina Date: Tue, 21 Sep 2021 03:12:23 +0900 Subject: [PATCH] clean up --- src/client/sw/create-notification.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/client/sw/create-notification.ts b/src/client/sw/create-notification.ts index a22932588f..6803348f3b 100644 --- a/src/client/sw/create-notification.ts +++ b/src/client/sw/create-notification.ts @@ -8,8 +8,6 @@ import getUserName from '@/misc/get-user-name'; import { swLang } from '@client/sw/lang'; import { I18n } from '@/misc/i18n'; import { pushNotificationDataMap } from '@client/sw/types'; -import { apiFetch } from './operations'; -import { getAccountFromId } from '@client/scripts/get-account-from-id'; export async function createNotification(data: pushNotificationDataMap[K]) { const n = await composeNotification(data);