From c1514ce91dc08481a092a789ee37da546cdb4583 Mon Sep 17 00:00:00 2001 From: tamaina Date: Tue, 13 Feb 2024 15:59:27 +0000 Subject: (re) update SPDX-FileCopyrightText Fix #13290 --- 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