change partner response

This commit is contained in:
ItsMalma
2025-12-01 21:09:41 +07:00
parent 95670f6699
commit 5efb5f3594
3 changed files with 3 additions and 3 deletions

View File

@@ -174,9 +174,7 @@ export class PartnerController extends Controller {
const partners = await orm.em.find(
Partner,
{
verification: null,
},
{},
{
limit: query.per_page,
offset: (query.page - 1) * query.per_page,