Skip to content

Commit fd1b9e4

Browse files
committed
🍻 Change order of canvas actions query
1 parent 02a4c21 commit fd1b9e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/controllers/Canvas.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ class CanvasController {
245245
WHERE action LIKE '%"type": "pixel_placement"%'
246246
AND action LIKE '%"x": ${x}%'
247247
AND action LIKE '%"y": ${y}%'
248-
ORDER BY "time" DESC
248+
ORDER BY "time" ASC
249249
LIMIT 5`,
250250
);
251251

0 commit comments

Comments
 (0)