diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-03-23 17:43:07 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-03-23 17:43:07 +0900 |
| commit | c74fe3c6e2aae3df4624b9b3a55b45293223ebf5 (patch) | |
| tree | 53ed8d31143b15b6621e59002006e318789e36a4 /src/services/push-notification.ts | |
| parent | refactor: Tweak path alias of client (diff) | |
| download | misskey-c74fe3c6e2aae3df4624b9b3a55b45293223ebf5.tar.gz misskey-c74fe3c6e2aae3df4624b9b3a55b45293223ebf5.tar.bz2 misskey-c74fe3c6e2aae3df4624b9b3a55b45293223ebf5.zip | |
refactor: Use path alias
Diffstat (limited to 'src/services/push-notification.ts')
| -rw-r--r-- | src/services/push-notification.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/services/push-notification.ts b/src/services/push-notification.ts index d0a0c04d62..6c0b77c31f 100644 --- a/src/services/push-notification.ts +++ b/src/services/push-notification.ts @@ -1,7 +1,7 @@ import * as push from 'web-push'; -import config from '../config'; +import config from '@/config'; import { SwSubscriptions } from '../models'; -import { fetchMeta } from '../misc/fetch-meta'; +import { fetchMeta } from '@/misc/fetch-meta'; import { PackedNotification } from '../models/repositories/notification'; import { PackedMessagingMessage } from '../models/repositories/messaging-message'; |