mirror of
https://github.com/spikecodes/libreddit.git
synced 2026-01-16 09:42:33 +01:00
Update README with Reddit Comparison
This commit is contained in:
@@ -18,7 +18,8 @@ struct PostTemplate {
|
||||
}
|
||||
|
||||
async fn render(id: String, sort: Option<String>, comment_id: Option<String>) -> Result<HttpResponse> {
|
||||
// Log the post ID being fetched
|
||||
// Log the post ID being fetched in debug mode
|
||||
#[cfg(debug_assertions)]
|
||||
dbg!(&id);
|
||||
|
||||
// Handling sort paramater
|
||||
|
||||
Reference in New Issue
Block a user