From f02524b59288d68e78a108e9c9e2ca4c7f662f07 Mon Sep 17 00:00:00 2001 From: Tyler Murphy Date: Tue, 14 Feb 2023 19:28:10 -0500 Subject: friends --- src/api/posts.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/api/posts.rs') diff --git a/src/api/posts.rs b/src/api/posts.rs index ca459cd..ee590ec 100644 --- a/src/api/posts.rs +++ b/src/api/posts.rs @@ -138,7 +138,7 @@ pub const COMMENTS_PAGE: EndpointDocumentation = EndpointDocumentation { #[derive(Deserialize)] struct CommentsPageRequest { page: u64, - post_id: u64 + post_id: u64, } impl Check for CommentsPageRequest { -- cgit v1.2.3-freya