Skip to content

Commit

Permalink
octant - tweak sql
Browse files Browse the repository at this point in the history
  • Loading branch information
manishiwa committed Jul 17, 2024
1 parent 2e29941 commit 1abe542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/api/trackers/octant/rounds/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export async function GET() {
const result = await pool.query(`
SELECT *
FROM octant_rounds
ORDER BY created_at DESC
ORDER BY id DESC
LIMIT 1;
`);

Expand Down

0 comments on commit 1abe542

Please sign in to comment.