diff --git a/src/http.ts b/src/http.ts index 0efc481..ede0883 100644 --- a/src/http.ts +++ b/src/http.ts @@ -351,7 +351,7 @@ export class LemmyHttp { return this.wrapper(HttpType.Post, '/user/password_change', form); } - async markAllAsRead(form: MarkAllAsRead): Promise { + async markAllAsRead(form: MarkAllAsRead): Promise { return this.wrapper(HttpType.Post, '/user/mark_all_as_read', form); }