From 2324b50229f7ed3e4ada4588e7ad0b0585b7f7e7 Mon Sep 17 00:00:00 2001 From: Adisak Date: Thu, 30 Oct 2025 10:59:45 +0700 Subject: [PATCH] test comment all privilage validate --- src/controllers/ProfileAvatarController.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/ProfileAvatarController.ts b/src/controllers/ProfileAvatarController.ts index 5842fd3c..dc8a7e0f 100644 --- a/src/controllers/ProfileAvatarController.ts +++ b/src/controllers/ProfileAvatarController.ts @@ -32,7 +32,7 @@ export class ProfileAvatarController extends Controller { try { // let _workflow = await new permission().Workflow(req, id, "SYS_REGISTRY_OFFICER"); // if (_workflow == false) - await new permission().PermissionOrgUserGet(req, "SYS_REGISTRY_OFFICER", id); + // await new permission().PermissionOrgUserGet(req, "SYS_REGISTRY_OFFICER", id); const profile = await this.profileRepository.findOne({ where: { id }, });