fix: order product
This commit is contained in:
@@ -37,7 +37,7 @@ export class ConfigurableController {
|
||||
|
||||
@Get('/commission')
|
||||
async findCommission(@Query('page') page: number) {
|
||||
const [data, count] = await this.commissionService.findAllRoles(page);
|
||||
const [data, count] = await this.commissionService.findAllCommission(page);
|
||||
|
||||
return {
|
||||
data,
|
||||
|
||||
Reference in New Issue
Block a user