change partner response
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user