add parth admin ability

This commit is contained in:
AdisakKanthawilang 2024-09-09 15:43:51 +07:00
parent aa129dce2f
commit 7fc4d4c4f0
3 changed files with 32 additions and 5 deletions

View file

@ -66,7 +66,6 @@ export class ProfileAbilityController extends Controller {
@Path() abilityId: string,
@Request() req: RequestWithUser,
) {
const _record = await this.profileAbilityRepo.findOne({
where: { id: abilityId },
});