add parth admin ability
This commit is contained in:
parent
aa129dce2f
commit
7fc4d4c4f0
3 changed files with 32 additions and 5 deletions
|
|
@ -66,7 +66,6 @@ export class ProfileAbilityController extends Controller {
|
|||
@Path() abilityId: string,
|
||||
@Request() req: RequestWithUser,
|
||||
) {
|
||||
|
||||
const _record = await this.profileAbilityRepo.findOne({
|
||||
where: { id: abilityId },
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue