diff --git a/src/endpoints.ts b/src/endpoints.ts index 63384c0..86a6ab4 100644 --- a/src/endpoints.ts +++ b/src/endpoints.ts @@ -580,9 +580,7 @@ class Endpoints< update: this.createHandler, IView>('notification.notice.update'), count: this.createHandler, ICount>('notification.notice.count'), hideAll: this.createHandler('notification.notice.hide-all'), - viewAll: this.createHandler, IView>( - 'notification.notice.view-all', - ), + viewAll: this.createHandler('notification.notice.view-all'), }, task: { list: this.createHandler, IList>('notification.task.list'),