From 9b5aeb76d8c9372d67058c512597152b6bf222f2 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 12 Feb 2024 11:37:45 +0900 Subject: update SPDX-FileCopyrightText --- packages/sw/src/scripts/create-notification.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/sw/src/scripts/create-notification.ts') 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; } -- cgit v1.2.3-freya