diff options
| author | tamaina <tamaina@hotmail.co.jp> | 2024-02-13 15:59:27 +0000 |
|---|---|---|
| committer | tamaina <tamaina@hotmail.co.jp> | 2024-02-13 15:59:27 +0000 |
| commit | c1514ce91dc08481a092a789ee37da546cdb4583 (patch) | |
| tree | c66b42cd474f8e1d5cc7d9a669e4e535b3be9b6e /packages/sw/src/scripts/create-notification.ts | |
| parent | Revert "update SPDX-FileCopyrightText" (diff) | |
| download | sharkey-c1514ce91dc08481a092a789ee37da546cdb4583.tar.gz sharkey-c1514ce91dc08481a092a789ee37da546cdb4583.tar.bz2 sharkey-c1514ce91dc08481a092a789ee37da546cdb4583.zip | |
(re) update SPDX-FileCopyrightText
Fix #13290
Diffstat (limited to 'packages/sw/src/scripts/create-notification.ts')
| -rw-r--r-- | packages/sw/src/scripts/create-notification.ts | 4 |
1 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 a51a28dc3b..7d28d8a694 100644 --- a/packages/sw/src/scripts/create-notification.ts +++ b/packages/sw/src/scripts/create-notification.ts @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: syuilo and other misskey contributors + * SPDX-FileCopyrightText: syuilo and misskey-project * SPDX-License-Identifier: AGPL-3.0-only */ @@ -231,7 +231,7 @@ async function composeNotification(data: PushNotificationDataMap[keyof PushNotif badge: iconUrl('bell'), data, }]; - + default: return null; } |