From bae1282f74c95df9e9241be637205a174ce59fea Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 21 Aug 2021 14:47:39 +0900 Subject: [PATCH] clean up --- src/server/api/endpoints/sw/unregister.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/server/api/endpoints/sw/unregister.ts b/src/server/api/endpoints/sw/unregister.ts index a20625495..817ad1f51 100644 --- a/src/server/api/endpoints/sw/unregister.ts +++ b/src/server/api/endpoints/sw/unregister.ts @@ -7,11 +7,6 @@ export const meta = { requireCredential: true as const, - desc: { - 'ja-JP': 'Push通知の登録を削除します。', - 'en-US': 'Remove push noticfication registration' - }, - params: { endpoint: { validator: $.str