mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-21 03:30:42 +00:00
clean up
This commit is contained in:
@@ -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<K extends keyof pushNotificationDataMap>(data: pushNotificationDataMap[K]) {
|
||||
const n = await composeNotification(data);
|
||||
|
||||
Reference in New Issue
Block a user