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