From c74fe3c6e2aae3df4624b9b3a55b45293223ebf5 Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 23 Mar 2021 17:43:07 +0900 Subject: refactor: Use path alias --- src/services/create-notification.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/services/create-notification.ts') diff --git a/src/services/create-notification.ts b/src/services/create-notification.ts index dedb8eac8d..261b36814c 100644 --- a/src/services/create-notification.ts +++ b/src/services/create-notification.ts @@ -1,7 +1,7 @@ import { publishMainStream } from './stream'; import pushSw from './push-notification'; import { Notifications, Mutings, UserProfiles } from '../models'; -import { genId } from '../misc/gen-id'; +import { genId } from '@/misc/gen-id'; import { User } from '../models/entities/user'; import { Notification } from '../models/entities/notification'; import { sendEmailNotification } from './send-email-notification'; -- cgit v1.2.3-freya