Fix: コミュニティの順序が想定と逆の問題
This commit is contained in:
@@ -38,7 +38,7 @@ export class CommunityRepository extends EntityRepository<CommunityEntity> {
|
||||
},
|
||||
}, {
|
||||
orderBy: {
|
||||
createdAt: "DESC",
|
||||
createdAt: "ASC",
|
||||
},
|
||||
limit: limit,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user