From 6c787ced1bd2b7a6c7a3995f5a5a6fa34b6cc51d Mon Sep 17 00:00:00 2001 From: Last2014 Date: Sun, 31 May 2026 21:29:26 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=20=E3=82=B3=E3=83=9F=E3=83=A5=E3=83=8B?= =?UTF-8?q?=E3=83=86=E3=82=A3=E3=81=AE=E9=A0=86=E5=BA=8F=E3=81=8C=E6=83=B3?= =?UTF-8?q?=E5=AE=9A=E3=81=A8=E9=80=86=E3=81=AE=E5=95=8F=E9=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/backend/src/modules/repositories/Community.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/backend/src/modules/repositories/Community.ts b/packages/backend/src/modules/repositories/Community.ts index 00590be..47f5f30 100644 --- a/packages/backend/src/modules/repositories/Community.ts +++ b/packages/backend/src/modules/repositories/Community.ts @@ -38,7 +38,7 @@ export class CommunityRepository extends EntityRepository { }, }, { orderBy: { - createdAt: "DESC", + createdAt: "ASC", }, limit: limit, });