Fix: コミュニティの順序が想定と逆の問題

This commit is contained in:
2026-05-31 21:29:26 +09:00
parent 98efd193ae
commit 6c787ced1b
@@ -38,7 +38,7 @@ export class CommunityRepository extends EntityRepository<CommunityEntity> {
},
}, {
orderBy: {
createdAt: "DESC",
createdAt: "ASC",
},
limit: limit,
});