review
deploy to danak / build_and_deploy (push) Has been cancelled

This commit is contained in:
2026-07-17 10:53:42 +03:30
parent 443b62eb8e
commit 01ae67248a
@@ -64,7 +64,7 @@ export class ReviewRepository extends EntityRepository<Review> {
limit,
offset,
orderBy: { [orderBy]: order.toLowerCase() as 'asc' | 'desc' },
populate: ['user'],
populate: ['user', 'admin', 'parent', 'parent.user'],
});
const totalPages = Math.ceil(total / limit);