Skip to content

Commit

Permalink
Return newest items first
Browse files Browse the repository at this point in the history
  • Loading branch information
aldur committed Nov 26, 2023
1 parent efa8dfe commit 878fdcf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ async fn feed(
r#"
SELECT title, link, pub_date
FROM items
ORDER BY pub_date DESC
LIMIT 50
"#
)
Expand Down

0 comments on commit 878fdcf

Please sign in to comment.