diff options
Diffstat (limited to 'src/server/api')
| -rw-r--r-- | src/server/api/endpoints/sw/unregister.ts | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/server/api/endpoints/sw/unregister.ts b/src/server/api/endpoints/sw/unregister.ts index a206254950..817ad1f517 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 |