diff options
| author | Mar0xy <marie@kaifa.ch> | 2023-10-03 15:20:49 +0200 |
|---|---|---|
| committer | Mar0xy <marie@kaifa.ch> | 2023-10-03 15:20:49 +0200 |
| commit | 38e35e14726ba5540a52c894131b38ee41f80b91 (patch) | |
| tree | 3deb7aa93df80b4403308d0d07ad81574f5b2899 /packages/sw/src/scripts | |
| parent | merge: increase comment length for files (#45) (diff) | |
| parent | fix: deck uiでuser listを見たときにリプライが表示されない (... (diff) | |
| download | sharkey-38e35e14726ba5540a52c894131b38ee41f80b91.tar.gz sharkey-38e35e14726ba5540a52c894131b38ee41f80b91.tar.bz2 sharkey-38e35e14726ba5540a52c894131b38ee41f80b91.zip | |
merge: upstream
Diffstat (limited to 'packages/sw/src/scripts')
| -rw-r--r-- | packages/sw/src/scripts/create-notification.ts | 2 | ||||
| -rw-r--r-- | packages/sw/src/scripts/operations.ts | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/sw/src/scripts/create-notification.ts b/packages/sw/src/scripts/create-notification.ts index 0f9254216a..0017c1d780 100644 --- a/packages/sw/src/scripts/create-notification.ts +++ b/packages/sw/src/scripts/create-notification.ts @@ -6,7 +6,7 @@ /* * Notification manager for SW */ -import type { BadgeNames, PushNotificationDataMap } from '@/types'; +import type { BadgeNames, PushNotificationDataMap } from '@/types.js'; import { char2fileName } from '@/scripts/twemoji-base.js'; import { cli } from '@/scripts/operations.js'; import { getAccountFromId } from '@/scripts/get-account-from-id.js'; diff --git a/packages/sw/src/scripts/operations.ts b/packages/sw/src/scripts/operations.ts index ca75e395c0..be4f066b5f 100644 --- a/packages/sw/src/scripts/operations.ts +++ b/packages/sw/src/scripts/operations.ts @@ -8,7 +8,7 @@ * 各種操作 */ import * as Misskey from 'misskey-js'; -import type { SwMessage, SwMessageOrderType } from '@/types'; +import type { SwMessage, SwMessageOrderType } from '@/types.js'; import { getAccountFromId } from '@/scripts/get-account-from-id.js'; import { getUrlWithLoginId } from '@/scripts/login-id.js'; |