Skip to content

Commit

Permalink
Remove limit from GetComments
Browse files Browse the repository at this point in the history
  • Loading branch information
Nutomic committed Jan 4, 2023
1 parent a0338ea commit 2bb4e5f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/api/comment.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ pub async fn list_comments(
) -> Result<Vec<CommentView>, Error> {
let params = GetComments {
sort: Some(CommentSortType::New),
limit: Some(1),
post_id: Some(post_id),
auth,
..Default::default()
Expand Down

0 comments on commit 2bb4e5f

Please sign in to comment.