From c01fc0c0171c2b10c74aa5f265c45bcd038bbae5 Mon Sep 17 00:00:00 2001 From: Maarten Vercruysse <67873169+MV-GH@users.noreply.github.com> Date: Tue, 23 Jan 2024 02:13:57 +0100 Subject: [PATCH] Fix jsdoc comment for listCommentLikes (#231) * Fix jsdoc comment for listCommentLikes * Fix another jsdoc comment --- src/http.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/http.ts b/src/http.ts index 5859908..15b8f8d 100644 --- a/src/http.ts +++ b/src/http.ts @@ -622,7 +622,7 @@ export class LemmyHttp { /** * List a post's likes. Admin-only. * - * `HTTP.GET /post/like` + * `HTTP.GET /post/like/list` */ listPostLikes(form: ListPostLikes) { return this.#wrapper( @@ -778,7 +778,7 @@ export class LemmyHttp { /** * List a comment's likes. Admin-only. * - * `HTTP.GET //like` + * `HTTP.GET /comment/like/list` */ listCommentLikes(form: ListCommentLikes) { return this.#wrapper(