summaryrefslogtreecommitdiff
path: root/src/api/posts.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/posts.rs')
-rw-r--r--src/api/posts.rs2
1 files changed, 1 insertions, 1 deletions
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 {