Skip to content

Commit

Permalink
Merge pull request #82 from La-404-Devinci/dev
Browse files Browse the repository at this point in the history
🍻 Change order of canvas actions query
  • Loading branch information
Kan-A-Pesh authored Mar 25, 2024
2 parents 52a590a + fd1b9e4 commit f6cdddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/controllers/Canvas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ class CanvasController {
WHERE action LIKE '%"type": "pixel_placement"%'
AND action LIKE '%"x": ${x}%'
AND action LIKE '%"y": ${y}%'
ORDER BY "time" DESC
ORDER BY "time" ASC
LIMIT 5`,
);

Expand Down

0 comments on commit f6cdddf

Please sign in to comment.