diff --git a/backend/controllers/Canvas.ts b/backend/controllers/Canvas.ts index 15b4cf5..2b69725 100644 --- a/backend/controllers/Canvas.ts +++ b/backend/controllers/Canvas.ts @@ -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`, );